From 4010c68e2034ecb6e32a58da18195e128224529b Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 28 Feb 2019 22:39:04 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02dcc78..345e9d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN apt-get update \ # Install node-gyp WORKDIR /opt/iobroker/ -RUN sudo npm install -g node-gyp +RUN npm install -g node-gyp # Backup initial ioBroker-folder RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker