Merge pull request #76 from vladimir-babichev/feature/php7-pdo_mysql-extension

Added php7-pdo_mysql extension
This commit is contained in:
aptalca
2021-04-29 11:58:41 -04:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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