From 9fbcd3f9cd2e196a8228e9c983acc45ce17814e3 Mon Sep 17 00:00:00 2001 From: Patrick Bareiss Date: Fri, 6 Dec 2024 16:24:45 +0100 Subject: [PATCH] bug fix Dockerfile --- Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3214f9e..0cf83bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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