Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Jul 19, 2024
1 parent 34360de commit ae9f224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ RUN apt-get update -y && \
# Install the datadog-ci-uploader
curl --retry 10 -fsSL https://github.com/DataDog/datadog-ci/releases/download/v${CI_UPLOADER_VERSION}/datadog-ci_linux-x64 --output "/usr/local/bin/datadog-ci" && \
echo "${CI_UPLOADER_SHA} /usr/local/bin/datadog-ci" | sha256sum --check && \
# Install azure cli
curl -sL https://aka.ms/InstallAzureCLIDeb | bash && \
chmod +x /usr/local/bin/datadog-ci && \
# Clean up the lists work
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ae9f224

Please sign in to comment.