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 \