Added php7-pdo_mysql extension

This commit is contained in:
Vladimir
2021-03-29 18:41:54 +01:00
parent 89613cb9b6
commit fa143f562a
3 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ RUN \
php7-curl \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pdo_mysql \
php7-tokenizer \
php7-zip \
tar && \