openssh-client fehlte in dem Image

This commit is contained in:
2018-08-18 13:36:01 +02:00
parent 37a7ae8d69
commit bf193e50f5
+1 -1
View File
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
MAINTAINER Vitali Graf <info@vitaligraf.de> MAINTAINER Vitali Graf <info@vitaligraf.de>
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 / COPY *.sh /