diff options
author | Andreas Steding <steding.andreas@gmail.com> | 2020-09-18 17:43:01 +0200 |
---|---|---|
committer | Andreas Steding <steding.andreas@gmail.com> | 2020-09-18 17:43:01 +0200 |
commit | 3633a9d84c79d43cf5ae3c0237e038c2b1eb0e1d (patch) | |
tree | 7f5c815e01e078f35e9d557b52a39fb90efee4ad /Dockerfile | |
parent | d3623bbedc50290050bb21cb4c947870c104426f (diff) |
updated Dockerfile and README.md
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 6a038898f..5f75a2580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge -MAINTAINER Sebastian Rakel <sebastian@devunit.eu> +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 |