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 831e189 commit 06b1698Copy full SHA for 06b1698
Dockerfile
@@ -26,6 +26,6 @@ ENV NO_INTERACTION=1
26
ENV TEST_PHP_JUNIT=/app/junit.xml
27
28
CMD phpize \
29
- && ./configure --enable-elastic_apm \
+ && CFLAGS="-std=gnu99" ./configure --enable-elastic_apm \
30
&& make clean \
31
&& make
Dockerfile.alpine
@@ -25,6 +25,6 @@ ENV NO_INTERACTION=1
25
0 commit comments