changes for first run

This commit is contained in:
Andre
2019-01-24 18:11:30 +01:00
parent 8e79ccfc2c
commit f75043438c
3 changed files with 18 additions and 14 deletions

View File

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