Skip to content

Commit

Permalink
Extend 8.3 with otel.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Dec 9, 2024
1 parent 54de45e commit f5e9755
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions alpine/3.20/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax = docker/dockerfile:1.0.2-experimental
ARG SPRYKER_PHP_VERSION=8.3.12

FROM php:${SPRYKER_PHP_VERSION}-fpm-alpine3.20

ARG TARGETPLATFORM
Expand Down Expand Up @@ -27,6 +28,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
protobuf \
grpc \
rabbitmq-c"

ARG PHP_BUILD_DEPS="\
Expand All @@ -44,6 +47,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
protobuf-dev \
grpc-dev \
g++"

ARG PHP_EXTENSIONS="\
Expand Down Expand Up @@ -71,6 +76,9 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
pcov \
xdebug \
xhprof \
opentelemetry \
protobuf \
grpc \
amqp"

ARG GRAPHVIZ_BUILD_DEPS="\
Expand Down

0 comments on commit f5e9755

Please sign in to comment.