mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-19 11:29:01 +02:00
Update Dockerfile
This commit is contained in:
@@ -51,6 +51,7 @@ WORKDIR /
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash - \
|
&& curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash - \
|
||||||
&& echo $(hostname) > /opt/iobroker/.install_host \
|
&& echo $(hostname) > /opt/iobroker/.install_host \
|
||||||
|
&& echo $(hostname) > /opt/.firstrun \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install node-gyp
|
# Install node-gyp
|
||||||
|
|||||||
Reference in New Issue
Block a user