From a23e593f6abd34facb62a98fc73dd4b35d696456 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 12 Nov 2021 16:46:33 +0000
Subject: [PATCH] docs-builder: Add git-lfs

The docs will contains lfs blobs so make sure the tooling is in place.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .oniro-ci/containers/docs-builder/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.oniro-ci/containers/docs-builder/Dockerfile b/.oniro-ci/containers/docs-builder/Dockerfile
index d967e47d..6872dadf 100644
--- a/.oniro-ci/containers/docs-builder/Dockerfile
+++ b/.oniro-ci/containers/docs-builder/Dockerfile
@@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND="noninteractive"
 RUN apt-get update -qq \
  && apt-get install -y eatmydata \
  && eatmydata apt-get install -qq -y \
-      git-repo git \
+      git-repo git git-lfs \
       python3-sphinx python3-sphinx-rtd-theme python3-recommonmark python3-sphinx-tabs \
       python3-sphinxcontrib.plantuml \
  && eatmydata apt-get install -qq -y 'ca-certificates=20210119~20.10.1' \
-- 
GitLab