mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-27 12:04:51 +02:00
@@ -2,6 +2,7 @@ FROM python:3.6-alpine3.7
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN apk add build-base
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN chmod +x *.py
|
||||
ENTRYPOINT ["/app/theHarvester.py"]
|
||||
|
||||
Reference in New Issue
Block a user