From 1553c48e9c0688f5f7596f4901add3fdc8e73a7a Mon Sep 17 00:00:00 2001 From: soobin Jeon Date: Fri, 13 Sep 2024 21:05:26 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64e0422..5ea298a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN pip install --upgrade pip RUN pip install --editable . +RUN pip install pycryptodome + RUN apk add vim WORKDIR /dcusshk8s/kubessh @@ -31,4 +33,4 @@ RUN chmod +x /usr/local/bin/kubectl # buildkit ENV PYTHONPATH=/dcusshk8s/ # CMD ["python3", "./kubessh/app.py --KubeSSH.config_file=kubessh_dummy_config.py"] -# CMD ["python3", "./:kubessh/app.py"] \ No newline at end of file +# CMD ["python3", "./:kubessh/app.py"]