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 \