From 314b9a421d8e9693558907cfe62ae270c1736018 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 27 Sep 2023 12:41:44 +0200 Subject: [PATCH] use user nobody already in dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1e331e..50ea240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/ RUN \ apk add --no-cache libpq && \ - apk add --no-cache libconfig && \ - mkdir /etc/sink + apk add --no-cache libconfig EXPOSE 20169/udp USER nobody