Skip to content

Commit

Permalink
Merge pull request #118 from shopware/shyim-patch-2
Browse files Browse the repository at this point in the history
feat: add jq back
  • Loading branch information
shyim authored Jan 23, 2025
2 parents bfaa40e + 8cd77ab commit 5c47628
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 @@ -8,7 +8,7 @@ ARG REDIS_PHP_MODULE=redis

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN apk add --no-cache icu-data-full curl && \
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 opcache ${REDIS_PHP_MODULE} apcu-5.1.24 amqp-2.1.2 zstd-0.13.3 && \
Expand Down

0 comments on commit 5c47628

Please sign in to comment.