Add missing label.

This commit is contained in:
Greyscale 2021-10-04 16:00:40 +02:00
parent eb2b462599
commit b5d94aa666
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD

View file

@ -15,6 +15,9 @@ RUN apt-get update -q && \
pip install psycopg2
FROM matthewbaggett/octoprint AS builder
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
RUN apt-get update -q && \
apt-get install --no-install-recommends -yq \
unzip \