From d2805faceee543da95080a87af9395abe2702267 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 12 Nov 2021 13:55:04 +0000 Subject: [PATCH] bitbake-builder: Add git-lfs We have started to use git-lfs for images in the documentation. This needs support in the build container too. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/containers/bitbake-builder/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.oniro-ci/containers/bitbake-builder/Dockerfile b/.oniro-ci/containers/bitbake-builder/Dockerfile index d7fe0eb1..175cfd47 100644 --- a/.oniro-ci/containers/bitbake-builder/Dockerfile +++ b/.oniro-ci/containers/bitbake-builder/Dockerfile @@ -23,9 +23,9 @@ ARG DEBIAN_FRONTEND="noninteractive" RUN apt-get update -qq \ && apt-get install -y eatmydata \ && eatmydata apt-get install -qq -y \ - bash git-repo apt-utils build-essential chrpath cpio diffstat gawk git sudo wget \ - language-pack-en-base time locales python-is-python3 python3-distutils libssl-dev \ - iproute2 iputils-ping curl jq \ + 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 libssl-dev iproute2 iputils-ping curl jq \ && 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