Skip to content

Commit

Permalink
Merge pull request #100 from shopware/add-zstd-ext
Browse files Browse the repository at this point in the history
feat: add zstd php extension
  • Loading branch information
shyim authored Aug 13, 2024
2 parents 948a8b4 + 61bf59f commit f563b9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 && \
install-php-extensions bcmath gd intl mysqli pdo_mysql pcntl sockets bz2 gmp soap zip ffi redis 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 Expand Up @@ -73,4 +73,3 @@ USER www-data
COPY --link rootfs /

WORKDIR /var/www/html

0 comments on commit f563b9c

Please sign in to comment.