Skip to content

Commit 41f81d1

Browse files
authored
Remove utilities for Circle CI (#102)
1 parent 2f6ccd1 commit 41f81d1

File tree

2 files changed

+1
-740
lines changed

2 files changed

+1
-740
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,14 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
156156

157157
COPY --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
165162
RUN <<-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

0 commit comments

Comments
 (0)