From 8839d210b30b40ac509fcc07961a1e08adc10132 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Fri, 18 Feb 2022 21:21:21 +0100 Subject: [PATCH] add missing dependencies --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8ca4abd..859c24f 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -167,7 +167,7 @@ publish_artefacts() mkdir -p build cd build -sudo apt-get install -y build-essential bash git locales gcc-aarch64-linux-gnu libc6-dev-arm64-cross device-tree-compiler imagemagick ccache eatmydata debootstrap pigz libncurses-dev qemu-user-static binfmt-support +sudo apt-get install -y build-essential bash git locales gcc-aarch64-linux-gnu libc6-dev-arm64-cross device-tree-compiler imagemagick ccache eatmydata debootstrap pigz libncurses-dev qemu-user-static binfmt-support rsync git build_linux build_m1n1 -- 2.39.2