projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
657d027
)
Fix Dockerfile
author
hitzhangjie
<hit.zhangjie@gmail.com>
Sun, 12 Dec 2021 13:45:08 +0000
(21:45 +0800)
committer
GitHub
<noreply@github.com>
Sun, 12 Dec 2021 13:45:08 +0000
(14:45 +0100)
Mage uses git, so we should install git before run mage.
Closes #9261
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 473296ad04824a009804254596f597bb42edcf05..fcae03f5484557733d02a7bd14f1c804e7bc2bbf 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-19,7
+19,7
@@
COPY . /go/src/github.com/gohugoio/hugo/
# gcc/g++ are required to build SASS libraries for extended version
RUN apk update && \
- apk add --no-cache gcc g++ musl-dev && \
+ apk add --no-cache gcc g++ musl-dev
git
&& \
go get github.com/magefile/mage
RUN mage hugo && mage install