diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:33:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:34:31 +0200 |
commit | aeb6ee82ba5509e2febf7738f6dc371f678acd07 (patch) | |
tree | 58f3a5d2c06b5eca5cf205ac6b94d28a18ff5a20 /Dockerfile | |
parent | 2a154a6cf5b7bf17f8a992bb9507bba37b0543be (diff) |
Add missing finfo dependency
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 9b6c8f705..3e2c5d3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge MAINTAINER Sebastian Rakel <sebastian@devunit.eu> -RUN apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing bash php7 py-pygments py2-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git +RUN apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing bash php7 py-pygments py2-pip imagemagick php7-gd nodejs composer php7-pdo_mysql php7-exif php7-ctype php7-session git php7-finfo ENV FILEBIN_HOME_DIR /var/lib/filebin ENV FILEBIN_DIR $FILEBIN_HOME_DIR/filebin |