Docker image: add openssh and git, fix #510

This commit is contained in:
Marc Vertes 2017-10-19 22:15:24 +02:00 committed by Martin Donath
parent 0ab84b02ed
commit 4b26a64f28

View File

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