Skip to content

Commit

Permalink
Merge pull request #4 from sortlist/revert-3-revert-2-remove-datadog-asm
Browse files Browse the repository at this point in the history
Revert "Revert "Remove Datadog ASM""
  • Loading branch information
charlesdg authored Nov 15, 2023
2 parents da8bb98 + 4dad901 commit 7cdacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN install_packages vim curl strace htop

## Install 'datadog'
RUN curl -LO https://github.com/DataDog/dd-trace-php/releases/latest/download/datadog-setup.php
RUN php datadog-setup.php --php-bin=all --enable-appsec --enable-profiling
RUN php datadog-setup.php --php-bin=all --enable-profiling
RUN rm datadog-setup.php

# Wordpress with a lot of plugins.. More fine-tuning.
Expand Down

0 comments on commit 7cdacba

Please sign in to comment.