Skip to content

Commit

Permalink
Merge pull request #8 from cosmospham/master
Browse files Browse the repository at this point in the history
Add mysqli to Dockerfile-56
  • Loading branch information
philtrep authored Dec 20, 2016
2 parents 7585c45 + 0308469 commit bea3c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-56
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apt-get update && \
RUN docker-php-ext-install mcrypt

# Install the PHP pdo_mysql extention
RUN docker-php-ext-install pdo_mysql

RUN docker-php-ext-install mysqli \
&& 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 bea3c99

Please sign in to comment.