From 3725578d8b95a538d0c5e47cac69bc871bb1a838 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Wed, 30 Oct 2019 20:02:25 +1100 Subject: [PATCH] Include tzdata package in docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 724decdd..9d76b8b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9.4 WORKDIR /usr/app -RUN apk --no-cache add ca-certificates wget +RUN apk --no-cache add ca-certificates tzdata wget # Install the libc required by the password hashing compiled with CGO. RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub