tikv / website

Website for tikv.org
19 stars 62 forks source link

Run `make docker` failed. #225

Closed xkenmon closed 3 years ago

xkenmon commented 3 years ago

Change Request

Add git dependency to alpine

Describe the problem

run make docker failed:

success Already up-to-date.
Done in 0.19s.
hugo server \
        --disableFastRender \
        --buildFuture \
        --bind 0.0.0.0
Start building sites … 
ERROR 2021/05/29 07:30:30 Failed to read Git log: Git executable not found in $PATH
WARN 2021/05/29 07:30:32 Page.URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url
WARN 2021/05/29 07:30:32 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
Built in 2978 ms
Error: Error building site: logged 1 error(s)
make: *** [Makefile:9: serve-production] Error 255
make: *** [Makefile:27: docker] Error 2

Suggest an improvement/fix

iosmanthus commented 3 years ago

close by https://github.com/tikv/website/pull/241