Merge pull request #17 from J0WI/rm-pdo

Remove pdo as is's already included in the base image
This commit is contained in:
Thomas B 2018-06-05 13:16:15 +02:00 committed by GitHub
commit d1d5efa48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ RUN set -ex; \
gd \
intl \
ldap \
pdo \
pdo_mysql \
pdo_pgsql \
pdo_sqlite \

View File

@ -25,7 +25,6 @@ RUN set -ex; \
gd \
intl \
ldap \
pdo \
pdo_mysql \
pdo_pgsql \
pdo_sqlite \