Skip to content

Commit

Permalink
Merge pull request #2398 from kubernetes-sigs/raffo/revert-tzdata
Browse files Browse the repository at this point in the history
Revert "Install tzdata, so that time zone information is available."
  • Loading branch information
k8s-ci-robot authored Oct 23, 2021
2 parents 073d9d5 + 3717aca commit 03b2622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ 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

Expand Down

0 comments on commit 03b2622

Please sign in to comment.