From 698b113646542a21af3f9fe115efad74135d0a5c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 25 Mar 2021 03:10:52 +0200 Subject: [PATCH] install tzdata --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85a9725..35e834d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL author="Isaac A." maintainer="isaac@isaacs.site" RUN apt update \ && apt upgrade -y \ - && apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 libgdiplus \ + && apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && apt install -y nodejs npm \ && mkdir /node_modules \