From 30c45e3bbb914b7b19a638c2e483435753744e65 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 25 Jan 2022 12:08:31 +0100 Subject: [PATCH] ci/bitbake-builder: Add upstream master extra dependencies Upstream master now depends on two extra packages: lz4 zstd. Add them to the builder container to fix the builds. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/containers/bitbake-builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.oniro-ci/containers/bitbake-builder/Dockerfile b/.oniro-ci/containers/bitbake-builder/Dockerfile index f77c5216..0d88a2bf 100644 --- a/.oniro-ci/containers/bitbake-builder/Dockerfile +++ b/.oniro-ci/containers/bitbake-builder/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get update -qq \ bash git-repo git-lfs apt-utils build-essential chrpath cpio diffstat \ gawk git sudo wget language-pack-en-base time locales python-is-python3 \ python3-distutils python3-pip libssl-dev iproute2 iputils-ping curl jq \ + lz4 zstd \ && eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.04.2' \ && eatmydata apt-get clean && rm -rf /var/lib/apt/lists/* RUN locale-gen -- GitLab