From 7e0d2aabbd741173ae45a2d2657a4fc0a96ef3b6 Mon Sep 17 00:00:00 2001 From: jerosa Date: Sat, 28 Nov 2020 14:13:59 +0100 Subject: [PATCH] Add Git-LFS to build image --- installer/roles/image_build/templates/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index 23a5ceb0fe..c0c978636b 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -121,6 +121,7 @@ RUN dnf -y update && \ ansible \ bubblewrap \ git-core \ + git-lfs \ glibc-langpack-en \ krb5-workstation \ libcgroup-tools \