Skip to content

Commit

Permalink
Merge pull request #9 from Songmu/tzdata
Browse files Browse the repository at this point in the history
Add the tzdata package to make the TZ environment variables work
  • Loading branch information
bakunyo authored Mar 15, 2021
2 parents 6e4bc23 + 2830c26 commit aa80331
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ruby:2.6.5-alpine3.10
FROM ruby:3.0.0-alpine3.13

RUN apk add --no-cache git
RUN gem install git-pr-release
RUN apk --update --no-cache upgrade && \
apk --no-cache add git tzdata && \
gem install --no-document git-pr-release

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit aa80331

Please sign in to comment.