Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
FROM ubuntu
|
2 |
RUN apt update -y && apt install nmap -y
|
3 |
-
CMD nmap -A -T4 -p- -sV -sC
|
|
|
1 |
FROM ubuntu
|
2 |
RUN apt update -y && apt install nmap -y
|
3 |
+
CMD nmap -A -T4 -p- -sV -sC technicalsagar.in
|