Skip to content

Commit ad5a8e4

Browse files
authored
Merge pull request #10 from alchimik/patch-1
fix Dockerfile-56
2 parents b79f310 + 0253283 commit ad5a8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN docker-php-ext-install mcrypt
3535

3636
# Install the PHP pdo_mysql extention
3737
RUN docker-php-ext-install mysqli \
38-
&& docker-php-ext-install pdo_mysql \
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)