Add tzdata package to alpine image
This commit is contained in:
parent
10753e8499
commit
98f1c63c02
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN CGO_ENABLED=0 go build ./...
|
|||
|
||||
FROM alpine:3.7
|
||||
RUN apk update \
|
||||
&& apk add --no-cache dcron ca-certificates \
|
||||
&& apk add --no-cache dcron tzdata ca-certificates \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN mkdir /app
|
||||
|
|
Loading…
Reference in a new issue