diff --git a/Dockerfile b/Dockerfile index bdde528..56eb7bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup -RUN apk add bash coreutils xxd restic util-linux +RUN apk add bash coreutils xxd restic util-linux openssh WORKDIR /code COPY ./backup.sh .