Update base/Dockerfile

This commit is contained in:
myve 2024-07-18 22:02:54 +00:00
commit 3797dfa4d3

View file

@ -20,7 +20,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/edge/main/' \
novnc websockify \
nginx \
&& adduser -s /bin/bash -D user \
&& printf '%s' 'permit nopass user as root cmd /usr/sbin/nginx' >/etc/doas.conf \
&& printf '%s\n' 'permit nopass user as root cmd /usr/sbin/nginx' >/etc/doas.conf \
&& passwd -l root >/dev/null 2>&1 \
&& sed '/^http {/a\ \
include /app/nginx/\*.conf;\n\ \