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

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

View File

@ -6,5 +6,5 @@ ENV GOOS=linux
ENV GO111MODULE=on
RUN apk update && \
apk add --no-cache gcc musl-dev g++ git
apk add --no-cache gcc musl-dev g++ git git-lfs
RUN go install -tags extended github.com/gohugoio/hugo@v0.122.0