1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Add missing PHP extension

This commit is contained in:
Jeremy Benoist
2018-11-24 22:38:53 +01:00
parent b626873351
commit 0cee0470de

View File

@@ -37,6 +37,8 @@ RUN set -ex \
php7-tokenizer \
php7-xml \
php7-zlib \
php7-sockets \
php7-xmlreader \
py-mysqldb \
py-psycopg2 \
py-simplejson \