Skip to content

Commit

Permalink
amqp pecl extension doesn't build with arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Jan 27, 2025
1 parent 20c37cf commit 1cd5a21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ RUN set -eux; \
zip \
; \
\
pecl install -f \
amqp \
; \
docker-php-ext-enable \
amqp \
; \
pecl install -f amqp-2.1.1; \
docker-php-ext-enable amqp; \
\
build-cleanup.sh; \
\
ldconfig /usr/local/lib; \
Expand Down

0 comments on commit 1cd5a21

Please sign in to comment.