From 3633a9d84c79d43cf5ae3c0237e038c2b1eb0e1d Mon Sep 17 00:00:00 2001 From: Andreas Steding Date: Fri, 18 Sep 2020 17:43:01 +0200 Subject: updated Dockerfile and README.md --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6a038898f..5f75a2580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge -MAINTAINER Sebastian Rakel +LABEL maintainer="sebastian@devunit.eu" -RUN apk add --no-cache bash php7 py-pygments py2-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git php7-fileinfo msmtp +RUN apk add --no-cache bash php7 py-pygments py-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git php7-fileinfo msmtp ENV FILEBIN_HOME_DIR /var/lib/filebin ENV FILEBIN_DIR $FILEBIN_HOME_DIR/filebin -- cgit v1.2.3-24-g4f1b