Skip to content

Commit 03b2622

Browse files
authored
Merge pull request #2398 from kubernetes-sigs/raffo/revert-tzdata
Revert "Install tzdata, so that time zone information is available."
2 parents 073d9d5 + 3717aca commit 03b2622

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ RUN make test build.$ARCH
2929
# final image
3030
FROM $ARCH/alpine:3.14
3131

32-
RUN apk --no-cache add tzdata
33-
3432
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
3533
COPY --from=builder /sigs.k8s.io/external-dns/build/external-dns /bin/external-dns
3634

0 commit comments

Comments
 (0)