Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Jan 10, 2025
1 parent bffdfbf commit 7e075e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 8.4/fpm/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ENV BUILD_DIR /tmp

# ENV for PHP
ENV PHP_DEPENDENCIES \
libstdc++ rabbitmq-c-dev libpng-dev \
libstdc++ libpng-dev \
libwebp-dev libjpeg-turbo-dev libxpm-dev \
bzip2-dev libzip-dev freetype-dev linux-headers
ENV PHP_EXT_PECL_INSTALL \
redis-6.1.0 xlswriter-1.5.8 mongodb-1.16.2 amqp-2.1.1
redis-6.1.0 xlswriter-1.5.8
ENV PHP_EXT_SWOOLE_VERSION 6.0.0
ENV PHP_COMPOSER_URL https://getcomposer.org/composer-stable.phar

Expand Down
4 changes: 2 additions & 2 deletions 8.4/fpm/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ENV WORKING_DIR /tmp
# ENV for PHP
ENV PHP_DEPENDENCIES \
curl wget unzip ca-certificates libcurl4-openssl-dev libc-ares-dev \
libwebp-dev libbz2-dev libpng-dev libxpm-dev librabbitmq-dev \
libwebp-dev libbz2-dev libpng-dev libxpm-dev \
libfreetype6-dev libjpeg-dev libssh-dev libzip-dev
ENV PHP_EXT_INSTALLED_PECL \
redis-6.1.0 xlswriter-1.5.8 mongodb-1.16.2 amqp-2.1.1
redis-6.1.0 xlswriter-1.5.8
ENV PHP_EXT_SWOOLE_VERSION 6.0.0
ENV PHP_COMPOSER_URL https://getcomposer.org/composer-stable.phar

Expand Down

0 comments on commit 7e075e6

Please sign in to comment.