From f39d3e48d11d2e9e00f99ad6fe935a21578dca28 Mon Sep 17 00:00:00 2001 From: Amol Dalavi Date: Thu, 7 Nov 2019 13:10:57 +0100 Subject: [PATCH] Dockerfile: add package git-lfs Kas can clone git repositories with LFS objects Signed-off-by: Amol Dalavi Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2c2b67..4e7caf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y \ syslinux tree python3-pip bc python3-yaml \ lsb-release python3-setuptools ssh-client \ vim less mercurial iproute2 xz-utils gnupg \ - tmux libncurses-dev python3-wheel && \ + tmux libncurses-dev python3-wheel git-lfs && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*