- Added label for GH Packages

This commit is contained in:
Ross Stewart
2022-08-05 16:40:00 +01:00
parent 58885be096
commit 41e64496fe

View File

@@ -1,5 +1,6 @@
FROM alpine:3.15.0 as build FROM alpine:3.15.0 as build
LABEL maintainer="Ross Stewart <rosskouk@gmail.com>" LABEL maintainer="Ross Stewart <rosskouk@gmail.com>"
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 RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev