guelfoweb / knock

Knock Subdomain Scan
GNU General Public License v3.0
3.85k stars 856 forks source link

Docker is failling #106

Closed gorums closed 3 years ago

gorums commented 3 years ago

Dockerfile

RUN apt-get update && apt-get install -y git python3 python3-pip ...... RUN git clone https://github.com/guelfoweb/knock RUN cd knock && pip3 install -r requirements.txt .....

Output

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-jtw69364/PyQt5/ ERROR: Service 'web' failed to build : The command '/bin/sh -c cd knock && pip3 install -r requirements.txt' returned a non-zero code: 1

gorums commented 3 years ago

is working fine for me now RUN git clone https://github.com/guelfoweb/knock RUN cd knock && python3 setup.py install