Skip to content

Commit 84ef408

Browse files
committed
Add dockerfile
1 parent 40942f7 commit 84ef408

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM ubuntu:latest
2+
3+
RUN mkdir /app
4+
5+
ADD . /app
6+
7+
RUN apt update; apt install -y python3 python3-pip
8+
9+
RUN cd /app && pip3 install -r test-requirements.txt && python3 setup.py install
10+
11+
ENTRYPOINT ["VHostScan"]

0 commit comments

Comments
 (0)