mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Install tzdata, so that time zone information is available.
This resolves issue #2284, where time zone information appeared to be necessary for the TransIP API to work.
This commit is contained in:
parent
5977d09a70
commit
5554e0529e
@ -29,6 +29,8 @@ RUN make test build.$ARCH
|
||||
# final image
|
||||
FROM $ARCH/alpine:3.14
|
||||
|
||||
RUN apk --no-cache add tzdata
|
||||
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
COPY --from=builder /sigs.k8s.io/external-dns/build/external-dns /bin/external-dns
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user