From b663d8ba092b4a97e836a3eef6f2150706582901 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 1 May 2020 06:59:24 -0500 Subject: [PATCH] install tzdata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb81052af..dc92261c3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \ software-properties-common \ # apt-transport-https ca-certificates \ build-essential \ - gnupg wget unzip \ + gnupg wget unzip tzdata \ # libcap-dev \ && add-apt-repository ppa:deadsnakes/ppa -y \ && apt -qq install --no-install-recommends -y \