We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8762da + 7220371 commit 934546fCopy full SHA for 934546f
1 file changed
fpm-otel/Dockerfile
@@ -7,7 +7,6 @@ USER root
7
RUN apk add --no-cache git grpc-cpp grpc-dev $PHPIZE_DEPS && \
8
GRPC_VERSION=$(apk info grpc -d | grep grpc | cut -d- -f2) && \
9
git clone --depth 1 -b v${GRPC_VERSION} https://github.com/grpc/grpc /tmp/grpc && \
10
- cd /tmp/grpc && curl -sSL https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/40337.patch | git apply - && \
11
cd /tmp/grpc/src/php/ext/grpc && \
12
phpize && \
13
./configure && \
0 commit comments