Skip to content

Commit ed8c68f

Browse files
committed
Revert "Drop MAKEFLAGS"
This reverts commit 7258cc9.
1 parent 7258cc9 commit ed8c68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/opentelemetry/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 pecl install opentelemetry-1.0.0 > /dev/null
5+
RUN MAKEFLAGS="-j $(nproc)" && pecl install opentelemetry-1.0.0 > /dev/null
66
RUN cp `php-config --extension-dir`/opentelemetry.so /tmp/opentelemetry.so
77
RUN strip --strip-debug /tmp/opentelemetry.so
88
RUN echo 'extension=opentelemetry.so' > /tmp/ext.ini

0 commit comments

Comments
 (0)