alpine/firefox/build

8 lines
185 B
Text
Raw Normal View History

2025-01-26 03:33:34 +00:00
#!/usr/bin/env bash
# Docker build
# Optional: buildtag
DOCKER_BUILDKIT=1 \
docker build . \
--build-arg debug=${debug:-""} \
2025-02-06 14:07:06 +00:00
--tag ${buildtag:-myvnc/alpine/firefox} \
${@}