Skip to content

Commit

Permalink
Merge pull request #367 from netlogix/feature/add-amqp-to-php-container
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Nov 29, 2024
2 parents 95b0c72 + 1e7abf1 commit ceca0c3
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 @@ -58,6 +58,7 @@ RUN apt-get update && \
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand Down
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN apt-get update && \
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand Down

0 comments on commit ceca0c3

Please sign in to comment.