From 19d9a38484f1fcd9a05909186531ce401dcc94bb Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 8 Jul 2021 12:37:30 +0200 Subject: replaced socat with ncat and small fixes --- service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/Dockerfile') diff --git a/service/Dockerfile b/service/Dockerfile index c49190e..af3b176 100644 --- a/service/Dockerfile +++ b/service/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:18.04 -RUN apt update && apt install -y --no-install-recommends socat gcc make libc6-dev libc6 libc-dev-bin +RUN apt update && apt install -y --no-install-recommends ncat 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