Skip to content

Commit

Permalink
Fix dockerfile's import of the requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdearmas committed Mar 7, 2023
1 parent 1724440 commit 04324d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN wget -O terraform.zip 'https://releases.hashicorp.com/terraform/1.3.9/terraf

# Install CloudGoat
WORKDIR /usr/src/cloudgoat/core/python
COPY ./core/python/requirements.txt ./
COPY ./requirements.txt ./
RUN pip3 install -r ./requirements.txt

WORKDIR /usr/src/cloudgoat/
Expand Down

0 comments on commit 04324d5

Please sign in to comment.