Support of Ubuntu22 in osmclient docker image
[osm/devops.git] / Dockerfile
index dda7a41..fc5f5bd 100644 (file)
@@ -48,3 +48,16 @@ RUN pip install tox==3.24.5
 ENV LC_ALL C.UTF-8
 ENV LANG C.UTF-8
 
+RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
+    DEBIAN_FRONTEND=noninteractive apt-get -y install \
+        unzip
+
+RUN curl https://get.helm.sh/helm-v3.11.3-linux-amd64.tar.gz --output helm-v3.11.3.tar.gz \
+    && tar -zxvf helm-v3.11.3.tar.gz \
+    && mv linux-amd64/helm /usr/local/bin/helm \
+    && rm -r linux-amd64/
+
+RUN curl https://get.datree.io | /bin/bash
+
+RUN helm plugin install https://github.com/datreeio/helm-datree
+