Skip to content

Commit 0253283

Browse files
authored
fix Dockerfile-56
1 parent b79f310 commit 0253283

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)