alpine/firefox/build

7 lines
165 B
Text
Raw Normal View History

2024-07-18 21:34:48 +00:00
#!/usr/bin/env bash
# Docker build
# Optional buildtag
2024-07-21 18:21:23 +00:00
DOCKER_BUILDKIT=1 \
docker build . \
--build-arg debug=${debug:-""} \
2024-07-22 00:58:45 +00:00
--tag ${buildtag:-myvnc/firefox}