From e3d1f22ff17e82c530ba755824600fd033283538 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 22 Oct 2023 15:02:42 +0200 Subject: [PATCH] add git-lfs to the packages in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b472402..de7b137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM debian:trixie 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 WORKDIR /opt/reploy