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