fixed wrong timezone because of missing tzdata package

- Now the timezone can be set as expected using TZ env variable
This commit is contained in:
Malte 2020-10-27 23:23:38 +01:00
parent 77ba1a2f35
commit 69465807c5

View File

@ -7,3 +7,5 @@ ENV DB_TYPE=postgresql \
DB_NAME=dbname \
DB_USER=dbuser \
DB_PASS=dbpass
RUN apk add --no-cache tzdata