From f18fd31b91e947068d2fcca1cd2198742ced0e54 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 27 Jun 2020 17:03:16 +0200 Subject: [PATCH] add timezonedata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2eb0a2f..9ec3c37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:latest -RUN apk add --update zip curl wget unzip bash +RUN apk add --update --no-cache zip curl wget unzip bash tzdata