Docs: Add API docs from swagger json file; Add user guide document
[pti/o2.git] / Dockerfile
index d0039fa..1ac328a 100644 (file)
@@ -44,6 +44,9 @@ COPY configs/ /etc/o2/
 \r
 COPY tests/ /tests/\r
 \r
-RUN apt-get install -y procps vim\r
+RUN apt-get install -y procps vim curl\r
+\r
+RUN curl -O https://get.helm.sh/helm-v3.3.1-linux-amd64.tar.gz;\r
+RUN tar -zxvf helm-v3.3.1-linux-amd64.tar.gz; cp linux-amd64/helm /usr/local/bin\r
 \r
 WORKDIR /src\r