From 43106cb02e525fff3d8357b30f4a170a135c3ca8 Mon Sep 17 00:00:00 2001 From: myve Date: Thu, 6 Feb 2025 14:07:06 +0000 Subject: [PATCH] Add custom parameters to ./build --- firefox/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox/build b/firefox/build index e1fb8cd..30cbe14 100755 --- a/firefox/build +++ b/firefox/build @@ -4,4 +4,5 @@ DOCKER_BUILDKIT=1 \ docker build . \ --build-arg debug=${debug:-""} \ - --tag ${buildtag:-myvnc/alpine/firefox} + --tag ${buildtag:-myvnc/alpine/firefox} \ + ${@}