Bump alpine 3.13

This commit is contained in:
Amin Vakil 2021-02-13 01:25:29 +03:30
parent 97e97a851a
commit d70eca0516
No known key found for this signature in database
GPG key ID: AE2ED731CF227C72

View file

@ -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"]