mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-11-02 22:17:39 +09:00
Merge pull request #76 from vladimir-babichev/feature/php7-pdo_mysql-extension
Added php7-pdo_mysql extension
This commit is contained in:
@@ -18,6 +18,7 @@ RUN \
|
||||
php7-curl \
|
||||
php7-pdo_pgsql \
|
||||
php7-pdo_sqlite \
|
||||
php7-pdo_mysql \
|
||||
php7-tokenizer \
|
||||
php7-zip \
|
||||
tar && \
|
||||
|
||||
@@ -18,6 +18,7 @@ RUN \
|
||||
php7-curl \
|
||||
php7-pdo_pgsql \
|
||||
php7-pdo_sqlite \
|
||||
php7-pdo_mysql \
|
||||
php7-tokenizer \
|
||||
php7-zip \
|
||||
tar && \
|
||||
|
||||
@@ -18,6 +18,7 @@ RUN \
|
||||
php7-curl \
|
||||
php7-pdo_pgsql \
|
||||
php7-pdo_sqlite \
|
||||
php7-pdo_mysql \
|
||||
php7-tokenizer \
|
||||
php7-zip \
|
||||
tar && \
|
||||
|
||||
Reference in New Issue
Block a user