added sshpass and sftp
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-27 07:03:11 +02:00
parent 841f35ca06
commit 7f06058b44

View File

@@ -8,6 +8,8 @@ RUN apk add --update \
tar \ tar \
sed \ sed \
xz \ xz \
sshpass \
openssh-client \
tzdata \ tzdata \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*