mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2026-01-11 22:09:23 -06:00
Add xfce webtop
This commit is contained in:
parent
baa6a5e6ab
commit
e111915109
4 changed files with 75 additions and 0 deletions
7
xfce/build
Executable file
7
xfce/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:-alpine/webtop:xfce}
|
||||
Loading…
Add table
Add a link
Reference in a new issue