Skip to content

Commit 934546f

Browse files
authored
Merge pull request #216 from shopware/shyim-patch-2
Remove gRPC patch application from Dockerfile
2 parents f8762da + 7220371 commit 934546f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fpm-otel/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ USER root
77
RUN apk add --no-cache git grpc-cpp grpc-dev $PHPIZE_DEPS && \
88
GRPC_VERSION=$(apk info grpc -d | grep grpc | cut -d- -f2) && \
99
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 - && \
1110
cd /tmp/grpc/src/php/ext/grpc && \
1211
phpize && \
1312
./configure && \

0 commit comments

Comments
 (0)