Skip to content

Commit

Permalink
Merge pull request #344 from gounthar/alpine-3.17-tzdata-does-not-con…
Browse files Browse the repository at this point in the history
…tain-zdump

fix(alpine) Alpine 3.17 `tzdata` package doesn't contain `zdump` anymore
  • Loading branch information
dduportal authored Dec 12, 2022
2 parents 2381a32 + b45ea58 commit d51029c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apk add --no-cache \
openssl \
procps \
tzdata \
tzdata-utils \
&& rm -rf /tmp/*.apk /tmp/gcc /tmp/gcc-libs.tar* /tmp/libz /tmp/libz.tar.xz /var/cache/apk/*

ARG VERSION=3077.vd69cf116da_6f
Expand Down
1 change: 1 addition & 0 deletions 17/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apk add --no-cache \
openssl \
procps \
tzdata \
tzdata-utils \
&& rm -rf /tmp/*.apk /tmp/gcc /tmp/gcc-libs.tar* /tmp/libz /tmp/libz.tar.xz /var/cache/apk/*

ARG VERSION=3077.vd69cf116da_6f
Expand Down

0 comments on commit d51029c

Please sign in to comment.