Skip to content

Commit

Permalink
add tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketbitz committed Aug 28, 2018
1 parent 88c9854 commit 02d54e5
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 @@ -26,7 +26,7 @@ RUN make install plugins
# a very small output image for deployment.
#
FROM alpine:latest
RUN apk --no-cache add ca-certificates
RUN apk --no-cache add ca-certificates tzdata
WORKDIR /
COPY --from=builder /go/bin/marketstore /bin/
COPY --from=builder /go/bin/*.so /bin/
Expand Down

0 comments on commit 02d54e5

Please sign in to comment.