We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1f046 commit 26898feCopy full SHA for 26898fe
1 file changed
dockerfiles/Dockerfile.kali.zenmap
@@ -14,6 +14,6 @@ RUN set -xe && \
14
git clone https://github.com/BullsEye0/ghost_eye.git && \
15
cd ghost_eye && \
16
pip install webtech && \
17
- pip3 install -r requirements.txt && \
+ pip3 install -r requirements.txt
18
# FileNotFoundError: [Errno 2] No such file or directory: '/root/.local/share/webtech'
19
- python3 ghost_eye.py
+ # python3 ghost_eye.py
0 commit comments