Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-28 22:09:22 +02:00
committed by GitHub
parent 6f0c31d338
commit 57667dbc05

View File

@ -6,6 +6,7 @@ COPY scripts/*.sh /tmp/
# Install tools, create Node-RED app and data dir, add user and set rights
RUN set -ex && \
apt-get update && \
apt-get upgrade && \
apt-get intsall \
bash \
tzdata \