mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:16:20 +00:00
Switch from i3 to openbox WM
This commit is contained in:
parent
147280b82f
commit
05f054f088
4 changed files with 78 additions and 0 deletions
7
openbox/build
Executable file
7
openbox/build
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional: buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--build-arg debug=${debug:-""} \
|
||||
--tag ${buildtag:-myvnc/alpine/openbox}
|
||||
Loading…
Add table
Add a link
Reference in a new issue