From eb61cb4c32fd848ecaf7d500e9deca0c5d5125b3 Mon Sep 17 00:00:00 2001 From: Valentin <1092642+maximusfox@users.noreply.github.com> Date: Thu, 9 Jun 2022 05:08:43 +0000 Subject: [PATCH] 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 ``` --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d15899b..d0a95a2 100755 --- a/build.sh +++ b/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 () {