diff --git a/engines/eyewitness/Dockerfile b/engines/eyewitness/Dockerfile index bbe1a305..64f61110 100644 --- a/engines/eyewitness/Dockerfile +++ b/engines/eyewitness/Dockerfile @@ -35,7 +35,7 @@ COPY VERSION . RUN pip3 install --no-cache-dir -r requirements.txt -RUN git clone https://github.com/FortyNorthSecurity/EyeWitness.git libs/EyeWitness +RUN git clone https://github.com/lolkev1/EyeWitness.git libs/EyeWitness RUN cd libs/EyeWitness/Python/setup && \ ./setup.sh