From 41e64496feeb57d4cde614d7f895b52a1efe07e8 Mon Sep 17 00:00:00 2001 From: Ross Stewart Date: Fri, 5 Aug 2022 16:40:00 +0100 Subject: [PATCH] - Added label for GH Packages --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cd99b40..ee4145a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:3.15.0 as build LABEL maintainer="Ross Stewart " +LABEL org.opencontainers.image.source https://github.com/rosskouk/asknavidrome RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev