We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba1e995 + 44c94b3 commit 239287dCopy full SHA for 239287d
nodered/Dockerfile
@@ -2,12 +2,7 @@ FROM nodered/node-red:latest
2
3
USER root
4
5
-RUN apk add php-cli php7-json php7-session php7-curl && \
6
- wget https://github.com/Art-of-WiFi/UniFi-API-client/archive/master.zip && \
7
- unzip master.zip && \
8
- rm master.zip && \
9
- mkdir unifi
10
-
11
-COPY unifi unifi/
+ENV TZ America/Chicago
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
12
13
USER node-red
0 commit comments