From 98547be034d9f46c48f01e7d8633aa0b666332b1 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 8 Jul 2021 12:50:33 +0200 Subject: make ncat invocation easier to understand and fix listen port --- service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/Dockerfile') 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 -- cgit v1.2.3-71-gd317