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.
1 parent 669c69b commit c13be01Copy full SHA for c13be01
layers/protobuf/Dockerfile
@@ -2,7 +2,7 @@ ARG PHP_VERSION
2
ARG BREF_VERSION
3
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
4
5
-RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf > /dev/null
+RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf
6
RUN cp `php-config --extension-dir`/protobuf.so /tmp/protobuf.so
7
RUN strip --strip-debug /tmp/protobuf.so
8
RUN echo 'extension=protobuf.so' > /tmp/ext.ini
0 commit comments