Dockerfile: add package git-lfs

Kas can clone git repositories with LFS objects

Signed-off-by: Amol Dalavi <dalavi.amol@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Amol Dalavi 2019-11-07 13:10:57 +01:00 committed by Jan Kiszka
parent 230c5a9572
commit f39d3e48d1

View File

@ -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/*