Skip to content

Commit

Permalink
Allow to change timezone in UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 committed Nov 13, 2022
1 parent 32cbcd4 commit a1d17d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/lomik/carbon-clickhouse

COPY . .

RUN apk --no-cache add make git
RUN apk --no-cache add make git tzdata

RUN make

Expand Down

0 comments on commit a1d17d3

Please sign in to comment.