Skip to content

Commit

Permalink
eyewitness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lolkev1 committed Sep 14, 2023
1 parent 131fb10 commit 756c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/eyewitness/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 756c3d2

Please sign in to comment.