diff --git a/Dockerfile b/Dockerfile index 1e9d97e..685c2bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN apk add --update \ tar \ sed \ xz \ + sshpass \ + openssh-client \ tzdata \ && rm -rf /var/cache/apk/*