Skip to content

Commit

Permalink
Merge pull request #106 from shopware/shyim-patch-1
Browse files Browse the repository at this point in the history
downgrade redis extension
  • Loading branch information
shyim authored Oct 8, 2024
2 parents 960ffb1 + 828290c commit 88c3c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
RUN apk add --no-cache icu-data-full curl jq trurl && \
apk upgrade --no-cache && \
chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions bcmath gd intl mysqli pdo_mysql pcntl sockets bz2 gmp soap zip ffi redis opcache apcu amqp zstd && \
install-php-extensions bcmath gd intl mysqli pdo_mysql pcntl sockets bz2 gmp soap zip ffi redis-6.0.2 opcache apcu amqp zstd && \
mkdir -p /var/www/html && \
mv "${PHP_INI_DIR}/php.ini-production" "${PHP_INI_DIR}/php.ini" && \
rm -f /usr/local/etc/php-fpm.d/zz-docker.conf && \
Expand Down

0 comments on commit 88c3c08

Please sign in to comment.