Add live-build package to dependencies
Add live-build package to dependencies for make possible building iso image in the docker container based on `debian:latest` docker image. ``` docker run --privileged -i -v /proc:/proc \ -v ${PWD}:/working_dir \ -w /working_dir \ debian:latest \ /bin/bash -s etc/terraform.conf < build.sh ```
This commit is contained in:
parent
4339d2295f
commit
eb61cb4c32
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -24,7 +24,7 @@ echo -e "
|
|||
"
|
||||
|
||||
apt-get update
|
||||
apt-get install -y binutils zstd
|
||||
apt-get install -y binutils zstd live-build
|
||||
dpkg -i ./debs/*.deb
|
||||
|
||||
build () {
|
||||
|
|
Loading…
Add table
Reference in a new issue