Skip to content

Commit

Permalink
Ativa extensões do PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Apr 24, 2024
1 parent 1fef604 commit 931eed7
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 931eed7

Please sign in to comment.