Update Dockerfile

This commit is contained in:
Andre
2019-05-09 17:31:13 +02:00
committed by GitHub
parent a1cd12dbfd
commit 0fe15e0918

View File

@@ -51,6 +51,7 @@ WORKDIR /
RUN apt-get update \
&& curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash - \
&& echo $(hostname) > /opt/iobroker/.install_host \
&& echo $(hostname) > /opt/.firstrun \
&& rm -rf /var/lib/apt/lists/*
# Install node-gyp