Fix flock version in Docker
This commit is contained in:
parent
0f4eb40a6e
commit
05cc162bd3
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
|
||||
|
||||
RUN apk add bash coreutils xxd restic
|
||||
RUN apk add bash coreutils xxd restic util-linux
|
||||
|
||||
WORKDIR /code
|
||||
COPY ./backup.sh .
|
||||
|
|
Loading…
Add table
Reference in a new issue