Skip to content

Commit

Permalink
feat: add php amqp package to php containers
Browse files Browse the repository at this point in the history
When we use symfony/messenger with RabbitMQ we need the amqp
  • Loading branch information
Scarbous authored Nov 29, 2024
1 parent 95b0c72 commit 53b50dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions php/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ RUN apt-get update && \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-yaml \
php${PHP_VERSION}-zip \
php${PHP_VERSION}-amqp \
tideways-php \
tideways-cli \
&& apt-get autoremove \
Expand Down
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN apt-get update && \
php${PHP_VERSION}-xml \
php${PHP_VERSION}-yaml \
php${PHP_VERSION}-zip \
php${PHP_VERSION}-amqp \
tideways-php \
tideways-cli \
&& apt-get autoremove \
Expand Down

0 comments on commit 53b50dc

Please sign in to comment.