mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-25 06:05:32 +02:00
changes for first run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user