Skip to content
Snippets Groups Projects
Commit 4b26a64f authored by Marc Vertes's avatar Marc Vertes Committed by Martin Donath
Browse files

Docker image: add openssh and git, fix #510

parent 0ab84b02
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ COPY setup.py setup.py ...@@ -33,6 +33,7 @@ COPY setup.py setup.py
# Perform build and cleanup artifacts # Perform build and cleanup artifacts
RUN \ RUN \
apk -U openssh git && \
python setup.py install 2>/dev/null && \ python setup.py install 2>/dev/null && \
rm -rf /tmp/* rm -rf /tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment