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:
Valentin 2022-06-09 05:08:43 +00:00 committed by GitHub
parent 4339d2295f
commit eb61cb4c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ echo -e "
" "
apt-get update apt-get update
apt-get install -y binutils zstd apt-get install -y binutils zstd live-build
dpkg -i ./debs/*.deb dpkg -i ./debs/*.deb
build () { build () {