feat: add sshpass
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-09 11:41:35 +02:00
parent 3c471ce860
commit 3049477c97
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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/*