From 0fe15e0918e57fa81b34dbb74d3fc1c9905bb1a8 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 9 May 2019 17:31:13 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 169752a..6043343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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