Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
never615 committed Mar 28, 2024
1 parent 0cb82d1 commit e8bdb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt-get update \
# && docker-php-ext-enable imagick


RUN docker-php-ext-install pdo pgsql bcmath intl
RUN docker-php-ext-install pdo pdo_pgsql pgsql bcmath intl

RUN pecl install msgpack \
&& pecl install igbinary \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile_with_utils
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ RUN apt-get update \
# && echo | pecl install imagick \
# && docker-php-ext-enable imagick


RUN docker-php-ext-install pdo pgsql bcmath intl
RUN docker-php-ext-install pdo pdo_pgsql pgsql bcmath intl

RUN pecl install msgpack \
&& pecl install igbinary \
Expand Down

0 comments on commit e8bdb32

Please sign in to comment.