diff --git a/src/quoteservice/Dockerfile b/src/quoteservice/Dockerfile index 94704bf82a..d99ec55d80 100644 --- a/src/quoteservice/Dockerfile +++ b/src/quoteservice/Dockerfile @@ -8,13 +8,14 @@ RUN composer install \ --no-interaction \ --no-plugins \ --no-scripts \ + --no-dev \ --prefer-dist FROM php:8.1-cli # install GRPC (required for the OTel exporter) RUN apt-get -y update && apt install -y --no-install-recommends zlib1g-dev && \ - pecl install grpc protobuf && \ + pecl install grpc protobuf-3.21.5 && \ docker-php-ext-enable grpc protobuf WORKDIR /var/www