mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Bump alpine 3.13
This commit is contained in:
parent
97e97a851a
commit
d70eca0516
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM python:alpine3.11
|
||||
FROM python:alpine3.13
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN apk add --update build-base libffi-dev libxml2-dev libxslt-dev
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN chmod +x *.py
|
||||
ENTRYPOINT ["/app/theHarvester.py"]
|
||||
ENTRYPOINT ["/app/theHarvester.py"]
|
||||
|
|
Loading…
Reference in a new issue