Skip to content

Commit

Permalink
Merge pull request #949 from portabilis/docker
Browse files Browse the repository at this point in the history
Ativa extensões do PHP
  • Loading branch information
edersoares authored Apr 24, 2024
2 parents 7093492 + 931eed7 commit e05b204
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,18 @@ RUN docker-php-ext-install \
pdo \
pdo_pgsql \
pgsql \
zip
zip \
ftp

RUN docker-php-ext-enable \
bcmath \
gd \
pcntl \
pdo \
pdo_pgsql \
pgsql \
zip \
ftp

# https://github.com/docker-library/php/issues/436#issuecomment-303171390
RUN apk del .phpize_deps
Expand Down

0 comments on commit e05b204

Please sign in to comment.