From 7a2e25ef5a85dafbe80cd4a19154dd1abcb91283 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Thu, 3 Jun 2021 21:31:43 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c3197b..aac5627 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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