add: git-lfs to Dockerfile
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 57s

This commit is contained in:
2024-02-18 17:54:56 +01:00
parent ebaff0c72c
commit bc86a63834
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
WORKDIR /opt/blog
COPY . /opt/blog/
RUN git submodule update --init --recursive
RUN git submodule update --init --recursive && git install lfs && git lfs pull
RUN hugo