Skip to content

Commit

Permalink
Add tzdata (#16)
Browse files Browse the repository at this point in the history
Add the `tzdata` package so that timezone information is available. This is important for the downstream Pulumi images which can require this.
  • Loading branch information
adamconnelly authored Jun 13, 2022
1 parent c1dc9bf commit fc29843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk -U upgrade && apk add --no-cache \
git \
jq \
openssh \
openssh-keygen
openssh-keygen \
tzdata

# Download infracost
RUN curl -s -L https://github.com/infracost/infracost/releases/latest/download/infracost-linux-amd64.tar.gz | \
Expand Down

0 comments on commit fc29843

Please sign in to comment.