From bf193e50f5cbcae4b842432b11a508609fc6b2e5 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sat, 18 Aug 2018 13:36:01 +0200 Subject: [PATCH] openssh-client fehlte in dem Image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 644589a..1a0a45e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:18.04 MAINTAINER Vitali Graf -RUN apt-get update && apt-get install rdiff-backup python-pyxattr python-pylibacl --no-install-recommends -y && apt-get clean && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install openssh-client rdiff-backup python-pyxattr python-pylibacl --no-install-recommends -y && apt-get clean && rm -rf /var/lib/apt/lists/* COPY *.sh /