🐛 Install git-lfs
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-05-02 17:46:35 +02:00
parent d98222cd4a
commit e9fb20ad6e

View File

@@ -9,7 +9,7 @@ WORKDIR /usr/src/beau-gosse-du-92
# git is required by the git-version crate
RUN apt update \
&& apt install -y --no-install-recommends git \
&& apt install -y --no-install-recommends git git-lfs \
&& apt clean
COPY . .