Skip to content

Commit

Permalink
ADD: Additional PHP extensions
Browse files Browse the repository at this point in the history
Added:
 - PDO
 - PDO_MYSQL
 - SOAP
  • Loading branch information
brettt89 authored May 18, 2017
1 parent 38355c3 commit 8dce87f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ RUN docker-php-ext-configure intl && \
mcrypt \
mysql \
mysqli \
pdo \
pdo_mysql \
soap \
tidy \
xsl

Expand Down

0 comments on commit 8dce87f

Please sign in to comment.