From 87678e9bf43a690e729ec80511a7d0332c53c68e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 26 Jun 2016 06:39:01 +0200 Subject: [PATCH] fix ssh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75ad1b3..cd69e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio ca-certificates \ curl \ git \ - openssh \ + ssh \ openssl \ python \ rsync \