From 3049477c97493fa40086ac2f5c8c818f805dab8c Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 9 Jul 2020 11:41:35 +0200 Subject: [PATCH] feat: add sshpass --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92c4ddc..41d468b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,5 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.license=GPL-3.0 RUN apk update && apk -U upgrade --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing -RUN apk add --no-cache ca-certificates rsync openssh-client --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \ +RUN apk add --no-cache ca-certificates rsync openssh-client sshpass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \ rm -rf /var/cache/apk/*