Skip to content
Snippets Groups Projects
Unverified Commit d2805fac authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

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's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 03345fdb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment