diff options
author | Sebastian Rakel <sebastian@devunit.eu> | 2018-08-29 10:00:01 +0200 |
---|---|---|
committer | Sebastian Rakel <sebastian@devunit.eu> | 2018-08-29 10:00:01 +0200 |
commit | 101a716f6077e4de37925f931151b16ea98cadcc (patch) | |
tree | 6852a26918cacecc5c336cf7c1938ec6709e0f84 | |
parent | 20e317609d7c10923bbd257ef694963a473fce3d (diff) |
Remove package source
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 3e2c5d3a4..c0ebb8dab 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 php7-finfo +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-finfo ENV FILEBIN_HOME_DIR /var/lib/filebin ENV FILEBIN_DIR $FILEBIN_HOME_DIR/filebin |