Skip to content

Commit c13be01

Browse files
committed
debug failing pecl install
1 parent 669c69b commit c13be01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/protobuf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf > /dev/null
5+
RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf
66
RUN cp `php-config --extension-dir`/protobuf.so /tmp/protobuf.so
77
RUN strip --strip-debug /tmp/protobuf.so
88
RUN echo 'extension=protobuf.so' > /tmp/ext.ini

0 commit comments

Comments
 (0)