summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-08-03 19:45:42 -0700
committerFrédéric Guillot <fred@miniflux.net>2019-08-03 20:08:49 -0700
commitb6e1c3f2c70ad2f88a49e8c62afdbaf8eda9e36a (patch)
tree523c36a32ee417293ca0208603f0ab8fc6e41a93 /Dockerfile
parent3df095186c6bc0300ab2f2c298375b17c6381e20 (diff)
Update Docker image to Alpine Linux 3.10.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 771bacb1..058aca88 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.10.0
+FROM alpine:3.10.1
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins
@@ -8,12 +8,11 @@ EXPOSE 80 443
ARG VERSION
-RUN apk update && \
- apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
+RUN apk --no-cache --update add \
+ openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \
php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \
php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \
php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \
- rm -rf /var/cache/apk/* && \
rm -rf /var/www/localhost && \
rm -f /etc/php7/php-fpm.d/www.conf