added license metadata bit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-17 03:20:31 +01:00
parent 501f27d756
commit 6b56309e9c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -5,7 +5,8 @@ ARG VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-cdev.git" \
org.label-schema.vcs-ref=$VCS_REF
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
RUN pacman -Sy --noconfirm --needed gcc cmake make git valgrind \
&& pacman -Scc \