Add archlinux plasma Dockerfile

This commit is contained in:
myve 2024-07-21 01:29:21 +00:00
commit 4cb0af88a5
3 changed files with 60 additions and 0 deletions

6
archplasma/build Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Docker build
# Optional: buildtag
DOCKER_BUILDKIT=1 \
docker build . \
--tag ${buildtag:-archlinux/webtop:plasma}