From c5c34804c950e1e55d8aef9554c1ce2e6e195f92 Mon Sep 17 00:00:00 2001 From: Patrick Bareiss Date: Fri, 27 Sep 2024 10:29:04 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index da4d44d7..d3713db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,7 @@ RUN curl -s https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_linux RUN echo 'alias python=python3' >> ~/.bashrc -RUN mkdir -p /attack_range -COPY configs/ /attack_range/configs/ -COPY modules/ /attack_range/modules/ -COPY terraform/ /attack_range/terraform/ -RUN mkdir -p /attack_range/apps/ -COPY pyproject.toml attack_range.py attack_range.yml README.md LICENSE /attack_range/ +RUN git clone https://github.com/splunk/attack_range.git WORKDIR /attack_range