mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
Add python3-dev package to Dockerfile
This commit is contained in:
parent
3a2c180295
commit
ec67561a91
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ LABEL maintainer="@jay_townsend1 & @NotoriousRebel1 (alpine @viardant)"
|
|||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN apk update && apk upgrade --available && apk add git libffi-dev libxml2-dev libxslt-dev && python3 -m pip install --upgrade pip
|
||||
RUN apk update && apk upgrade --available && apk add git libffi-dev python3-dev libxml2-dev libxslt-dev && python3 -m pip install --upgrade pip
|
||||
|
||||
RUN python3 --version && pip3 install --no-cache-dir -r requirements.txt && chmod +x ./*.py
|
||||
ENTRYPOINT ["/app/theHarvester.py"]
|
||||
|
|
Loading…
Reference in a new issue