From: Jan-Simon Möller Date: Tue, 16 Feb 2021 11:29:32 +0000 (+0100) Subject: Make sure unzip is there X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4853f85355203b40388909ac2d67836a5cfe1597;p=ci-management.git Make sure unzip is there Signed-off-by: Jan-Simon Möller Change-Id: Id9a71fee495361d331cc45a62b3c0212d316fa80 --- diff --git a/packer/provision/basebuild-no-tmpfs.sh b/packer/provision/basebuild-no-tmpfs.sh index 18631a88..606e75e0 100644 --- a/packer/provision/basebuild-no-tmpfs.sh +++ b/packer/provision/basebuild-no-tmpfs.sh @@ -38,7 +38,10 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get -y install debian-keyring debian-archive-keyring python3-pip python-pip apt DEBIAN_FRONTEND=noninteractive apt-get clean -DEBIAN_FRONTEND=noninteractive apt-get install linux-image-4.15.0-123-generic default-jre-headless default-jdk-headless +# new kernel +DEBIAN_FRONTEND=noninteractive apt-get install linux-image-4.15.0-123-generic +# java for jenkins and unzip to extract packer +DEBIAN_FRONTEND=noninteractive apt-get install default-jre-headless default-jdk-headless unzip DEBIAN_FRONTEND=noninteractive apt full-upgrade