Skip to content

Commit fbca272

Browse files
committed
debug failing pecl install
1 parent 5ddf2be commit fbca272

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-4.33.1 > /dev/null
5+
RUN MAKEFLAGS="-j $(nproc)" pecl install protobuf-4.33.1
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)