From 161ac2633971bcfa0ba78a73d84dd641fd41f78c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 3 Jan 2025 11:56:51 +0100 Subject: [PATCH] Include amqp with the hypernode deploy docker image --- ci/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index b5118aa..b146800 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -55,6 +55,7 @@ RUN apt-get update && \ bc \ && apt install -y --no-install-recommends \ php${PHP_VERSION} \ + php${PHP_VERSION}-amqp \ php${PHP_VERSION}-bcmath \ php${PHP_VERSION}-bz2 \ php${PHP_VERSION}-cli \