From 4c65e8b60b6f7a9f28b74475cdaa20a2a3b25f6a Mon Sep 17 00:00:00 2001 From: 13xforever Date: Wed, 17 Aug 2022 02:26:10 +0500 Subject: [PATCH] new docker image seems to be missing tzdata package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebecaf9a..4c212d3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy AS base # Native libgdiplus dependencies RUN apt-get update -RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto +RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto tzdata # debian-specific? #RUN rm -rf /var/lib/apt/lists/*