Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
soobinjeon authored Sep 13, 2024
1 parent a22cdf3 commit 1553c48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN pip install --upgrade pip

RUN pip install --editable .

RUN pip install pycryptodome

RUN apk add vim

WORKDIR /dcusshk8s/kubessh
Expand All @@ -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"]
# CMD ["python3", "./:kubessh/app.py"]

0 comments on commit 1553c48

Please sign in to comment.