add git-lfs to the packages in docker
This commit is contained in:
parent
2b4938a6a7
commit
e3d1f22ff1
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue