mirror of
https://github.com/wallabag/docker.git
synced 2025-12-22 03:38:32 +01:00
Add missing PHP extension
This commit is contained in:
@ -37,6 +37,8 @@ RUN set -ex \
|
|||||||
php7-tokenizer \
|
php7-tokenizer \
|
||||||
php7-xml \
|
php7-xml \
|
||||||
php7-zlib \
|
php7-zlib \
|
||||||
|
php7-sockets \
|
||||||
|
php7-xmlreader \
|
||||||
py-mysqldb \
|
py-mysqldb \
|
||||||
py-psycopg2 \
|
py-psycopg2 \
|
||||||
py-simplejson \
|
py-simplejson \
|
||||||
|
|||||||
Reference in New Issue
Block a user