Add xfce webtop

This commit is contained in:
myve 2024-07-21 21:30:46 +00:00
commit e111915109
4 changed files with 75 additions and 0 deletions

7
xfce/build Executable file
View 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}