Added chromium

This commit is contained in:
myve 2025-01-26 03:33:34 +00:00
commit 0c7d788648
7 changed files with 108 additions and 0 deletions

7
firefox/build Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Docker build
# Optional: buildtag
DOCKER_BUILDKIT=1 \
docker build . \
--build-arg debug=${debug:-""} \
--tag ${buildtag:-myvnc/alpine/firefox}