fix: add timezone data to common [build] (#97)

This commit is contained in:
Jakob Jensen 2024-10-14 01:01:30 +02:00 committed by GitHub
parent 33a1756d2f
commit b9c8bf88ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
baseURL: 'http://example.org/'
languageCode: en-us
timeZone: America/Los_Angeles
title: Hugo Example Site
cascade:
- _target: