aboutsummaryrefslogtreecommitdiffstats
path: root/service/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'service/Dockerfile')
-rw-r--r--service/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/Dockerfile b/service/Dockerfile
index af3b176..9435486 100644
--- a/service/Dockerfile
+++ b/service/Dockerfile
@@ -1,6 +1,6 @@
FROM ubuntu:18.04
-RUN apt update && apt install -y --no-install-recommends ncat gcc make libc6-dev libc6 libc-dev-bin
+RUN apt update && apt install -y --no-install-recommends nmap gcc make libc6-dev libc6 libc-dev-bin
RUN addgroup --system service
RUN adduser --system --ingroup service --uid 1000 service