Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 185e338

Browse files
sebiesebie
authored andcommitted
Dockerfile Scanner
1 parent 4c30e2f commit 185e338

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scanners/ncrack/scanner/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ubuntu:20.04
2+
3+
RUN apt-get update \
4+
&& apt-get install ncrack=0.7+debian-1build1 -y \
5+
&& rm -rf /var/lib/apt/lists/*
6+
7+
ENTRYPOINT [ "ncrack" ]

0 commit comments

Comments
 (0)