install tzdata

This commit is contained in:
Alex 2021-03-25 03:10:52 +02:00 committed by GitHub
parent 49e28e6c1a
commit 698b113646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ LABEL author="Isaac A." maintainer="isaac@isaacs.site"
RUN apt update \ RUN apt update \
&& apt upgrade -y \ && 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 - \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt install -y nodejs npm \ && apt install -y nodejs npm \
&& mkdir /node_modules \ && mkdir /node_modules \