mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 20:51:18 +03:00
fix: add timezone data to common [build] (#97)
This commit is contained in:
parent
33a1756d2f
commit
b9c8bf88ce
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG HUGO_EXTENDED=
|
|||
# libc6-compat & libstdc++ are required for extended SASS libraries
|
||||
RUN if [[ -n "$HUGO_EXTENDED" ]]; then apk add --no-cache libc6-compat libstdc++; fi
|
||||
|
||||
RUN apk add --update --no-cache ca-certificates
|
||||
RUN apk add --update --no-cache ca-certificates tzdata
|
||||
|
||||
# copy Hugo binary from builder.
|
||||
COPY --from=builder /usr/bin/hugo /usr/bin/hugo
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
baseURL: 'http://example.org/'
|
||||
languageCode: en-us
|
||||
timeZone: America/Los_Angeles
|
||||
title: Hugo Example Site
|
||||
cascade:
|
||||
- _target:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue