mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:16:20 +00:00
Update compose files to rebuild with every up
This commit is contained in:
parent
8830ec73ba
commit
84a85d673b
5 changed files with 33 additions and 13 deletions
|
|
@ -6,11 +6,13 @@ USER root
|
|||
ARG debug
|
||||
|
||||
# Install packages
|
||||
RUN apk add --no-cache \
|
||||
RUN apk update \
|
||||
&& apk upgrade \
|
||||
&& apk add --no-cache \
|
||||
firefox
|
||||
|
||||
# Tigervnc
|
||||
COPY *.sh /app/init.d/
|
||||
|
||||
# Reset user
|
||||
USER ${debug:-user}
|
||||
USER ${debug:-user}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue