Skip to content

Commit

Permalink
Merge pull request #10 from alchimik/patch-1
Browse files Browse the repository at this point in the history
fix Dockerfile-56
  • Loading branch information
Mahmoudz authored Feb 21, 2017
2 parents b79f310 + 0253283 commit ad5a8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-56
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN docker-php-ext-install mcrypt

# Install the PHP pdo_mysql extention
RUN docker-php-ext-install mysqli \
&& docker-php-ext-install pdo_mysql \
&& docker-php-ext-install pdo_mysql
# Install the PHP pdo_pgsql extention
RUN docker-php-ext-install pdo_pgsql

Expand Down

0 comments on commit ad5a8e4

Please sign in to comment.