mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 06:56:20 +00:00
Move downloads from entrypoint to Dockerfile
This commit is contained in:
parent
a3b1dd60a7
commit
0fc09dd471
2 changed files with 8 additions and 3 deletions
|
|
@ -61,8 +61,11 @@ ${_MYVNC_VNCSHARING}
|
|||
vncconfig
|
||||
|
||||
# i3 config
|
||||
mkdir -p ~/.config/i3
|
||||
curl --fail -s -L https://raw.githubusercontent.com/i3/i3/next/etc/config | sed 's/exec i3-config-wizard/# &/' > ~/.config/i3/config
|
||||
cat /tmp/i3config >~/.config/i3/config
|
||||
|
||||
# Dolphin default apps fix
|
||||
cat /tmp/dolphinmenu >~/.config/menus/applications.menu
|
||||
kbuildsycoca6
|
||||
|
||||
# i3 status
|
||||
cat >~/.i3status.conf <<- 'i3status'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue