change package

This commit is contained in:
brechsteiner 2019-10-28 17:37:51 +01:00
parent 94e161129c
commit 90badb2245
No known key found for this signature in database
GPG Key ID: BDA0D4934D010999
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-pdo_pgsql \
php7-tokenizer \
php7-zip \
tar && \

View File

@ -17,7 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-pdo_pgsql \
php7-tokenizer \
php7-zip \
tar && \

View File

@ -17,7 +17,7 @@ RUN \
nginx \
php7-ctype \
php7-pdo_sqlite \
php7-pgsql \
php7-pdo_pgsql \
php7-tokenizer \
php7-zip \
tar && \