diff --git a/fpm-otel/Dockerfile b/fpm-otel/Dockerfile index 7fb23f0..3f3d54f 100644 --- a/fpm-otel/Dockerfile +++ b/fpm-otel/Dockerfile @@ -7,7 +7,6 @@ USER root RUN apk add --no-cache git grpc-cpp grpc-dev $PHPIZE_DEPS && \ GRPC_VERSION=$(apk info grpc -d | grep grpc | cut -d- -f2) && \ git clone --depth 1 -b v${GRPC_VERSION} https://github.com/grpc/grpc /tmp/grpc && \ - cd /tmp/grpc && curl -sSL https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/40337.patch | git apply - && \ cd /tmp/grpc/src/php/ext/grpc && \ phpize && \ ./configure && \