Skip to content

Commit 33867d2

Browse files
committed
install dd w/o any checks
1 parent 9f0905f commit 33867d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ RUN \
4141
# mv /etc/php/${PHP_VERSION}/cli/conf.d/98-ddtrace.ini /etc/php/${PHP_VERSION}/mods-available/ddtrace.ini && \
4242
# rm -f /etc/php/${PHP_VERSION}/fpm/conf.d/98-ddtrace.ini
4343
RUN \
44-
curl -LO https://github.com/DataDog/dd-trace-php/releases/latest/download/datadog-setup.php
44+
curl -LO https://github.com/DataDog/dd-trace-php/releases/latest/download/datadog-setup.php && \
45+
php datadog-setup.php --php-bin=all
4546

4647
RUN \
4748
mkdir -p /run/php-fpm && \

0 commit comments

Comments
 (0)