Update Dockerfile

This commit is contained in:
Andre
2019-02-28 22:11:05 +01:00
committed by GitHub
parent 9656527db4
commit 22ea1df41a

View File

@@ -56,7 +56,7 @@ RUN apt-get update \
# Install node-gyp
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp
RUN sudo npm install -g node-gyp
# Backup initial ioBroker-folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker