From 3db395932e5b9af7b831b9b7b58d993c638579bb Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 9 Jun 2021 23:47:05 -0700 Subject: [PATCH] Add ssh to Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .