Skip to content

Commit bea3c99

Browse files
authored
Merge pull request #8 from cosmospham/master
Add mysqli to Dockerfile-56
2 parents 7585c45 + 0308469 commit bea3c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-56

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN apt-get update && \
3434
RUN docker-php-ext-install mcrypt
3535

3636
# Install the PHP pdo_mysql extention
37-
RUN docker-php-ext-install pdo_mysql
38-
37+
RUN docker-php-ext-install mysqli \
38+
&& docker-php-ext-install pdo_mysql \
3939
# Install the PHP pdo_pgsql extention
4040
RUN docker-php-ext-install pdo_pgsql
4141

0 commit comments

Comments
 (0)