Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN \
php8.5-zip php8.5-bcmath php8.5-apcu php8.5-imagick \
php8.5-xdebug php8.5-pcov \
php8.5-igbinary php8.5-gmp php8.5-ldap \
php8.5-amqp php8.5-memcached php8.5-xsl php8.5-yaml \
php8.5-amqp php8.5-memcache php8.5-memcached php8.5-xsl php8.5-yaml \
# Python
python3 python3-pip python3-venv \
# Rootless Docker (docker-ce is already in the base image)
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
php8.5-zip php8.5-bcmath php8.5-apcu php8.5-imagick \
php8.5-xdebug php8.5-pcov \
php8.5-igbinary php8.5-gmp php8.5-ldap \
php8.5-amqp php8.5-memcached php8.5-xsl php8.5-yaml \
php8.5-amqp php8.5-memcache php8.5-memcached php8.5-xsl php8.5-yaml \
# GitHub CLI
gh \
# Chrome libs (agent-browser)
Expand Down
Loading