From aa9dee482f044f03c548d3bfb5be815331239882 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 26 Oct 2021 14:29:45 +0200 Subject: [PATCH] forgotten user --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4ff7dbf..5aafac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN \ apk add --no-cache nghttp2-libs && \ apk add --no-cache expat && \ apk add --no-cache libevent && \ + adduser -D unbound && \ mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist && \ ln -s /opt/unbound/etc/unbound /etc/unbound