Create first Docker image
This commit is contained in:
5
host/Dockerfile
Normal file
5
host/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y nmap vim nano && \
|
||||
rm -rf /var/lib/apt/lists/*
|
Reference in New Issue
Block a user