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:
Sjors Gielen 2021-09-11 12:29:58 +02:00
parent 5977d09a70
commit 5554e0529e

View File

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