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

Update Dockerfile

parent 4b26a64f
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment