add openssh-client to dockerfile

This commit is contained in:
2022-09-27 22:29:47 +02:00
parent 5a0a77b5ff
commit 8c1996bb83
+1 -1
View File
@@ -9,7 +9,7 @@ FROM alpine:latest
# Install packages
RUN apk update ; apk upgrade
RUN apk add --no-cache wget tzdata bash bash-completion \
borgbackup
borgbackup openssh-client
RUN rm -rf /var/cache/apk/*
RUN mkdir -p /scripts