From 04324d514d9a2b41096838bd284a10f1978ce369 Mon Sep 17 00:00:00 2001 From: John De Armas Date: Mon, 6 Mar 2023 20:32:19 -0700 Subject: [PATCH] Fix dockerfile's import of the requirements file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0b78d06..979364b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/