feat: include git lfs

This commit is contained in:
2026-07-09 00:02:08 -04:00
parent 1effc3def9
commit e15ff11814
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:26-trixie-slim@sha256:a1d9d671994fc2d26e297ac56b4b1522a8bc7fa71c43b14c
# OS packages used to fetch sources and deploy output # OS packages used to fetch sources and deploy output
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
git openssh-client rsync curl ca-certificates \ git git-lfs openssh-client rsync curl ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Quarto setup. # Quarto setup.