From 05cc162bd335d8886eba3a66622a35d25f8e9225 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 9 Jun 2021 23:34:09 -0700 Subject: [PATCH] Fix flock version in Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aac5627..bdde528 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 +RUN apk add bash coreutils xxd restic util-linux WORKDIR /code COPY ./backup.sh .