Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Oct 10, 2023
1 parent db8e368 commit db440a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN apt-get update; \
pdo_pgsql \
opcache \
exif \
&& docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd && docker-php-ext-install pdo_mysql \
&& docker-php-ext-configure pdo_mysql && docker-php-ext-install pdo_mysql \
&& docker-php-ext-configure zip && docker-php-ext-install zip \
&& docker-php-ext-configure intl && docker-php-ext-install intl \
&& docker-php-ext-configure gd \
Expand Down

0 comments on commit db440a7

Please sign in to comment.