Skip to content

Commit 26898fe

Browse files
author
Your Name
committed
Errno
1 parent ef1f046 commit 26898fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/Dockerfile.kali.zenmap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ RUN set -xe && \
1414
git clone https://github.com/BullsEye0/ghost_eye.git && \
1515
cd ghost_eye && \
1616
pip install webtech && \
17-
pip3 install -r requirements.txt && \
17+
pip3 install -r requirements.txt
1818
# FileNotFoundError: [Errno 2] No such file or directory: '/root/.local/share/webtech'
19-
python3 ghost_eye.py
19+
# python3 ghost_eye.py

0 commit comments

Comments
 (0)