From 4b26a64f2853dc919e6d5421af689fec37f061d5 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 19 Oct 2017 22:15:24 +0200 Subject: [PATCH] Docker image: add openssh and git, fix #510 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a0612766a..d09add34d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*