openssh-client fehlte in dem Image
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
|
||||
|
||||
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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user