We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46c88c commit 9fbcd3fCopy full SHA for 9fbcd3f
Dockerfile
@@ -24,13 +24,7 @@ RUN python3.12 -m pip install --upgrade setuptools wheel
24
25
RUN python3.12 -m pip install --upgrade pip
26
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
+RUN python3.12 -m pip install --upgrade awscli azure-cli
34
35
RUN git clone https://github.com/splunk/attack_range.git
36
0 commit comments