mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-29 02:01:36 +02:00
fix download of iobroker install.sh
This commit is contained in:
@@ -61,7 +61,7 @@ COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
|||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
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://iobroker.net/install.sh | bash - \
|
||||||
&& echo $(hostname) > /opt/iobroker/.install_host \
|
&& echo $(hostname) > /opt/iobroker/.install_host \
|
||||||
&& echo $(hostname) > /opt/.firstrun \
|
&& echo $(hostname) > /opt/.firstrun \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
|||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
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://iobroker.net/install.sh | bash - \
|
||||||
&& echo $(hostname) > /opt/iobroker/.install_host \
|
&& echo $(hostname) > /opt/iobroker/.install_host \
|
||||||
&& echo $(hostname) > /opt/.firstrun \
|
&& echo $(hostname) > /opt/.firstrun \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
|||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
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://iobroker.net/install.sh | bash - \
|
||||||
&& echo $(hostname) > /opt/iobroker/.install_host \
|
&& echo $(hostname) > /opt/iobroker/.install_host \
|
||||||
&& echo $(hostname) > /opt/.firstrun \
|
&& echo $(hostname) > /opt/.firstrun \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user