Skip to content

Commit 9fbcd3f

Browse files
author
Patrick Bareiss
committed
bug fix Dockerfile
1 parent c46c88c commit 9fbcd3f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ RUN python3.12 -m pip install --upgrade setuptools wheel
2424

2525
RUN python3.12 -m pip install --upgrade pip
2626

27-
RUN python3.12 -m pip install --upgrade azure-cli
28-
29-
RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.18.18.zip -o awscliv2.zip && \
30-
unzip awscliv2.zip && \
31-
./aws/install --update && \
32-
rm -rf /aws && \
33-
rm -rf /awscliv2.zip
27+
RUN python3.12 -m pip install --upgrade awscli azure-cli
3428

3529
RUN git clone https://github.com/splunk/attack_range.git
3630

0 commit comments

Comments
 (0)