let it all run under user alpine
This commit is contained in:
parent
dece990bc2
commit
93b2500cc8
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ RUN apk add xvfb openbox xterm@testing supervisor sudo \
|
||||||
&& rm -rf /apk /tmp/* /var/cache/apk/*
|
&& rm -rf /apk /tmp/* /var/cache/apk/*
|
||||||
ADD etc /etc
|
ADD etc /etc
|
||||||
EXPOSE 5900
|
EXPOSE 5900
|
||||||
|
USER alpine
|
||||||
CMD ["/usr/bin/supervisord","-c","/etc/supervisord.conf"]
|
CMD ["/usr/bin/supervisord","-c","/etc/supervisord.conf"]
|
||||||
|
|
Loading…
Reference in a new issue