Add ssh to Docker

This commit is contained in:
Nicolas Chan 2021-06-09 23:47:05 -07:00
parent 05cc162bd3
commit 3db395932e

View file

@ -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 .