Add ssh to Docker
This commit is contained in:
parent
05cc162bd3
commit
3db395932e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM alpine
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup
|
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
|
WORKDIR /code
|
||||||
COPY ./backup.sh .
|
COPY ./backup.sh .
|
||||||
|
|
Loading…
Add table
Reference in a new issue