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 ed8c68f commit 79bd812Copy full SHA for 79bd812
layers/opentelemetry/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 opentelemetry-1.0.0 > /dev/null
+RUN MAKEFLAGS="-j $(nproc)" pecl install opentelemetry-1.0.0 > /dev/null
6
RUN cp `php-config --extension-dir`/opentelemetry.so /tmp/opentelemetry.so
7
RUN strip --strip-debug /tmp/opentelemetry.so
8
RUN echo 'extension=opentelemetry.so' > /tmp/ext.ini
0 commit comments