alpine/plasma/build

6 lines
136 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 . \
2024-07-22 01:10:23 +00:00
--tag ${buildtag:-myvnc/webtop:plasma}