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 .