mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Add kdeplasma
This commit is contained in:
parent
4e3c053d54
commit
43b35b07be
4 changed files with 84 additions and 0 deletions
6
plasma/build
Executable file
6
plasma/build
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional: buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--tag ${buildtag:-alpine/webtop:plasma}
|
||||
Loading…
Add table
Add a link
Reference in a new issue