This commit is contained in:
parent
82fa3878e8
commit
6cd3774f1d
4
build.sh
4
build.sh
@ -9,8 +9,8 @@ docker run --rm -it \
|
|||||||
--security-opt seccomp=unconfined \
|
--security-opt seccomp=unconfined \
|
||||||
-v $PWD/output:/output -v $PWD/input:/input \
|
-v $PWD/output:/output -v $PWD/input:/input \
|
||||||
-e "DEFAULT_KERNEL_MODULES=*" \
|
-e "DEFAULT_KERNEL_MODULES=*" \
|
||||||
-e "SIZE_ROOT_PART=7680M" \
|
-e "SIZE_ROOT_PART=3072M" \
|
||||||
-e "SIZE_ROOT_FS=7650M" \
|
-e "SIZE_ROOT_FS=3042M" \
|
||||||
-e "DEFAULT_TIMEZONE=Europe/Budapest" \
|
-e "DEFAULT_TIMEZONE=Europe/Budapest" \
|
||||||
builder ${@} # <- don't forgetti to build this
|
builder ${@} # <- don't forgetti to build this
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user