File tree Expand file tree Collapse file tree 2 files changed +1
-740
lines changed
Expand file tree Collapse file tree 2 files changed +1
-740
lines changed Original file line number Diff line number Diff line change @@ -156,18 +156,14 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
156156
157157COPY --from=default-jdk /usr/lib/jvm /usr/lib/jvm
158158
159- COPY autoforward.py /usr/local/bin/autoforward
160-
161159# Install the following tools
162160# - awscli: AWS CLI
163- # - autoforward dependencies: tool to forward request to a remote Docker deamon
164161# - datadog-ci: Datadog CI tool
165162RUN <<-EOT
166163 set -eux
167164 sudo apt-get update
168- sudo pip3 install --break-system-packages awscli requests requests-unixsocket2
165+ sudo pip3 install --break-system-packages awscli
169166 sudo pip3 cache purge
170- sudo chmod +x /usr/local/bin/autoforward
171167 sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
172168 sudo chmod +x /usr/local/bin/datadog-ci
173169 sudo apt-get clean
You can’t perform that action at this time.
0 commit comments