Skip to content

Commit

Permalink
Add amqp extension to min php image fixes #157
Browse files Browse the repository at this point in the history
  • Loading branch information
alexz707 committed May 3, 2024
1 parent 5318509 commit 0536e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
libpng-dev \
libzip-dev \
zlib1g-dev \
librabbitmq-dev \
; \
\
docker-php-ext-configure gd --enable-gd --with-jpeg; \
Expand All @@ -43,6 +44,9 @@ RUN set -eux; \
zip \
; \
\
pecl install -f \
amqp \
; \
build-cleanup.sh; \
\
ldconfig /usr/local/lib; \
Expand Down

0 comments on commit 0536e31

Please sign in to comment.