Skip to content

Commit 0de0ad4

Browse files
authored
Merge pull request #128 from poespas/patch-2
Include amqp with the hypernode deploy docker image
2 parents b865cba + 161ac26 commit 0de0ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN apt-get update && \
5555
bc \
5656
&& apt install -y --no-install-recommends \
5757
php${PHP_VERSION} \
58+
php${PHP_VERSION}-amqp \
5859
php${PHP_VERSION}-bcmath \
5960
php${PHP_VERSION}-bz2 \
6061
php${PHP_VERSION}-cli \

0 commit comments

Comments
 (0)