mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Merge a0260a7749
into 861aea2102
This commit is contained in:
commit
8d2d729e05
1 changed files with 13 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue