mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Update base/Dockerfile
This commit is contained in:
parent
a320e164fa
commit
3797dfa4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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\ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue