Configure time zone

This commit is contained in:
Anton Vakhrushev
2019-10-08 16:57:36 +03:00
parent 28b0204fdd
commit b29c35b91b
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,3 @@
FROM alpine:edge as builder
RUN apk add -u crystal shards libc-dev
RUN apk add -u crystal shards tzdata libc-dev