Skip to content

Commit

Permalink
Added amqp PHP extension (#152)
Browse files Browse the repository at this point in the history
* added amqp PHP extension

* added amqp PHP extension

* added librabbitmq4

* added librabbitmq-dev
  • Loading branch information
brusch authored Mar 25, 2024
1 parent 1b3791c commit 2b36cef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ RUN set -eux; \
locales-all \
optipng \
pngquant \
librabbitmq-dev \
poppler-utils \
webp \
; \
Expand All @@ -133,11 +134,13 @@ RUN set -eux; \
pecl install -f \
apcu \
imagick \
amqp \
redis \
; \
docker-php-ext-enable \
apcu \
imagick \
amqp \
redis \
; \
\
Expand Down

0 comments on commit 2b36cef

Please sign in to comment.