mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Returned i3 due to smaller image size
This commit is contained in:
parent
788fa4cd6a
commit
710fec6129
5 changed files with 9 additions and 5 deletions
|
|
@ -73,5 +73,5 @@ for_window [all] border none
|
|||
default_border none
|
||||
|
||||
# Execute startup script for webapp
|
||||
exec --no-startup-id /bin/bash ~/.config/i3/startapp.sh
|
||||
exec --no-startup-id /bin/bash ~/.config/i3/autostart
|
||||
i3config
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ ARG debug
|
|||
|
||||
# X session environment variable
|
||||
ENV STARTXBIN=i3
|
||||
ENV AUTOSTARTDIR=i3
|
||||
|
||||
# Run
|
||||
RUN apk add --no-cache \
|
||||
|
|
@ -18,4 +19,4 @@ RUN apk add --no-cache \
|
|||
COPY *.sh /app/init.d/
|
||||
|
||||
# Reset user
|
||||
USER ${debug:-user}
|
||||
USER ${debug:-user}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue