guelfoweb / knock

Knock Subdomain Scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker is failling

gorums opened this issue · comments

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

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