add: git-lfs to Dockerfile
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m11s

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

View File

@ -5,4 +5,5 @@
export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
git lfs pull
```