Skip to content

Commit

Permalink
Fix flock version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Jun 10, 2021
1 parent 0f4eb40 commit 05cc162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 05cc162

Please sign in to comment.