mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Add option to add more parameters to every ./build
This commit is contained in:
parent
43106cb02e
commit
c8f805585d
5 changed files with 10 additions and 5 deletions
|
|
@ -6,4 +6,5 @@ DOCKER_BUILDKIT=1 \
|
|||
docker build . \
|
||||
--build-arg addpkg=${addpkg:-""} \
|
||||
--build-arg debug=${debug:-""} \
|
||||
--tag ${buildtag:-myvnc/alpine/base}
|
||||
--tag ${buildtag:-myvnc/alpine/base} \
|
||||
${@}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue