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