Skip to content

Commit

Permalink
bug fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Dec 6, 2024
1 parent c46c88c commit 9fbcd3f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ RUN python3.12 -m pip install --upgrade setuptools wheel

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

RUN python3.12 -m pip install --upgrade azure-cli

RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.18.18.zip -o awscliv2.zip && \
unzip awscliv2.zip && \
./aws/install --update && \
rm -rf /aws && \
rm -rf /awscliv2.zip
RUN python3.12 -m pip install --upgrade awscli azure-cli

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

Expand Down

0 comments on commit 9fbcd3f

Please sign in to comment.