From 23a4df0c35c97e0e870541aa67fda2e9e434bfa5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 26 Jun 2016 06:25:07 +0200 Subject: [PATCH] add ssh --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 221bb3e..75ad1b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio ca-certificates \ curl \ git \ + openssh \ openssl \ python \ rsync \