From 6950dcae8b9e46d4a1db0ded8b01b30fdcc1917c Mon Sep 17 00:00:00 2001 From: Mart124 <37041094+Mart124@users.noreply.github.com> Date: Fri, 22 Nov 2019 15:52:17 +0100 Subject: [PATCH] Install tzdata package (#606) --- util/MsSql/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/util/MsSql/Dockerfile b/util/MsSql/Dockerfile index d921e860b6..8382533206 100644 --- a/util/MsSql/Dockerfile +++ b/util/MsSql/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ cron \ gosu \ + tzdata \ && rm -rf /var/lib/apt/lists/* COPY crontab /etc/cron.d/bitwarden-cron