forgotten user

This commit is contained in:
Wolfgang Hottgenroth 2021-10-26 14:29:45 +02:00
parent 84b7df2e56
commit aa9dee482f

View File

@ -26,6 +26,7 @@ RUN \
apk add --no-cache nghttp2-libs && \ apk add --no-cache nghttp2-libs && \
apk add --no-cache expat && \ apk add --no-cache expat && \
apk add --no-cache libevent && \ apk add --no-cache libevent && \
adduser -D unbound && \
mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist && \ mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf-dist && \
ln -s /opt/unbound/etc/unbound /etc/unbound ln -s /opt/unbound/etc/unbound /etc/unbound