change labels

This commit is contained in:
P.H. Vos 2019-09-25 14:25:50 +02:00
parent 3fdb0a2a07
commit fa086e2cb0
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
FROM alpine:3.10
MAINTAINER Harm Vos <p.h.vos@rug.nl>
LABEL "vendor"="RUG"
LABEL "vendor.url"="http://www.rug.nl/"
LABEL "maintainer"="p.h.vos@rug.nl"
RUN apk update && \
apk upgrade && \
apk add --no-cache apache2 apache2-utils php7-apache2 curl php7-cli php7-fpm php7-json php7-phar php7-openssl php7-xmlreader \