alpine/plasma/build

6 lines
140 B
Text
Raw Normal View History

2024-07-21 01:29:21 +00:00
#!/usr/bin/env bash
# Docker build
# Optional: buildtag
DOCKER_BUILDKIT=1 \
docker build . \
--tag ${buildtag:-archlinux/webtop:plasma}