diff --git a/Dockerfile b/Dockerfile index 843e93d..b45681a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .