Skip to content

Commit

Permalink
feat(ext): New extensions for Laravel and Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 22, 2023
1 parent bc89675 commit 14f4627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ RUN apk add --no-cache \
git \
docker-cli \
php${PHP}-cli \
php${PHP}-ctype \
php${PHP}-dom \
php${PHP}-fileinfo \
php${PHP}-iconv \
php${PHP}-mbstring \
php${PHP}-mysqlnd \
Expand All @@ -19,8 +21,8 @@ RUN apk add --no-cache \
php${PHP}-simplexml \
php${PHP}-tokenizer \
php${PHP}-xml \
php${PHP}-xmlwriter \
php${PHP}-xmlreader \
php${PHP}-xmlwriter \
php${PHP}-pecl-mongodb \
php${PHP}-pecl-pcov \
php${PHP}-pecl-rdkafka \
Expand Down

0 comments on commit 14f4627

Please sign in to comment.