Add files via upload

This commit is contained in:
Mario 2022-07-16 00:07:18 +00:00 committed by GitHub
parent 861aea2102
commit a0260a7749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM ubuntu:focal
RUN apt update -y ; apt upgrade -y ; apt install python3 -y ; apt install python3-pip -y ; apt install git -y ; apt install nmap -y ; apt autoremove -y
RUN git clone https://github.com/k4m4/kickthemout.git
WORKDIR /kickthemout
RUN pip3 install -r requirements.txt
CMD python3 kickthemout.py