4 lines
69 B
Docker
4 lines
69 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt-get update -y && apt-get install -y nmap
|
FROM ubuntu:latest
|
|
|
|
RUN apt-get update -y && apt-get install -y nmap
|