Skip to content

Commit

Permalink
refactor: remove var from install
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Dec 15, 2023
1 parent 96a5906 commit e47391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
chmod +x /usr/bin/yq

# Datadog will not install without API key so we set a placeholder dummy key and replace it later
RUN DD_INSTALL_ONLY=true DD_SITE="datadoghq.com" DD_API_KEY="placeholder_key" DD_APM_INSTRUMENTATION_ENABLED="host" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
RUN DD_INSTALL_ONLY=true DD_SITE="datadoghq.com" DD_API_KEY="placeholder_key" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"

ENTRYPOINT ["/artillery/loadgen-worker"]

0 comments on commit e47391a

Please sign in to comment.