add git-lfs to the packages in docker

This commit is contained in:
Mirek Kratochvil 2023-10-22 15:02:42 +02:00
parent 2b4938a6a7
commit e3d1f22ff1

View file

@ -17,7 +17,7 @@
FROM debian:trixie FROM debian:trixie
RUN apt -y update && apt -y install \ RUN apt -y update && apt -y install \
yarnpkg git ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev \ yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev \
&& rm -fr /var/cache/apt && rm -fr /var/cache/apt
WORKDIR /opt/reploy WORKDIR /opt/reploy