Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Sep 27, 2024
1 parent d382477 commit c5c3480
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5c3480

Please sign in to comment.