Merge pull request #1011 from laramies/L1ghtn1ng-patch-1

point to my fork to fix install issues with spyse dep
This commit is contained in:
J.Townsend 2022-01-27 15:38:12 +00:00 committed by GitHub
commit 33cd06f1c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ RUN mkdir /app
WORKDIR /app
COPY . /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt dist-upgrade -qy && apt install -qy python3 python3-pip libffi-dev libxml2-dev libxslt1-dev && /usr/bin/python3 -m pip install --upgrade pip && apt autoremove -qy
RUN apt update && apt dist-upgrade -qy && apt install -qy git python3 python3-pip libffi-dev libxml2-dev libxslt1-dev && /usr/bin/python3 -m pip install --upgrade pip && apt autoremove -qy
RUN /usr/bin/python3 --version && pip3 install --no-cache-dir -r requirements.txt && chmod +x ./*.py
ENTRYPOINT ["/app/theHarvester.py"]
ENTRYPOINT ["/app/restfulHarvest.py -H 0.0.0.0 -p 80"]

View file

@ -18,7 +18,7 @@ retrying==1.3.3
setuptools==60.5.0
shodan==1.26.1
slowapi==0.1.5
spyse-python==2.2.3
-e git+https://github.com/L1ghtn1ng/spyse-python@main#egg=spyse-python
starlette==0.17.1
uvicorn==0.17.0.post1
uvloop==0.16.0; platform_system != "Windows"