Update Dockerfile

This commit is contained in:
Nicolas Chan 2021-06-03 21:31:43 -07:00 committed by GitHub
parent 7824c8c694
commit 7a2e25ef5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
FROM alpine
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup
RUN apk add bash coreutils xxd restic
WORKDIR /code