HelmCLI: support SOL018 Helm CLI ssh access
[pti/o2.git] / Dockerfile
index 84ebb52..8c33fbe 100644 (file)
@@ -1,6 +1,6 @@
 FROM python:3.10-slim-buster
 
-RUN apt-get update && apt-get install -y git gcc procps vim curl
+RUN apt-get update && apt-get install -y git gcc procps vim curl ssh
 
 # in case git repo is not accessable
 # RUN mkdir -p /cgtsclient