add: git-lfs to Dockerfile
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 58s
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 58s
This commit is contained in:
parent
ebaff0c72c
commit
a009160b29
@ -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
|
||||
```
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user