Merge pull request #183 from ivzhh/master

Prepare for wallabag 2.4
This commit is contained in:
Jérémy Benoist
2020-03-27 15:54:48 +01:00
committed by GitHub

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.10
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
@ -43,6 +43,7 @@ RUN set -ex \
php7-sockets \
php7-xmlreader \
php7-tidy \
php7-intl \
py-mysqldb \
py-psycopg2 \
py-simplejson \