alpine/xfce/build

7 lines
172 B
Text
Raw Normal View History

2024-07-21 21:30:46 +00:00
#!/usr/bin/env bash
# Docker build
# Optional: buildtag
DOCKER_BUILDKIT=1 \
docker build . \
--build-arg debug=${debug:-""} \
--tag ${buildtag:-alpine/webtop:xfce}