Merge pull request #675 from aminvakil/alpinebump

Bump alpine 3.13
This commit is contained in:
J.Townsend 2021-02-13 00:18:27 +00:00 committed by GitHub
commit 96e6300714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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