Update Dockerfile

This commit is contained in:
Marc Vertes 2017-10-19 22:17:49 +02:00 committed by Martin Donath
parent 4b26a64f28
commit 43c55ad8ff

View File

@ -33,7 +33,7 @@ COPY setup.py setup.py
# Perform build and cleanup artifacts
RUN \
apk -U openssh git && \
apk add -U openssh git && \
python setup.py install 2>/dev/null && \
rm -rf /tmp/*