mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
testing
This commit is contained in:
@@ -68,7 +68,7 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
&& curl -sL https://iobroker.net/install.sh -o install.sh \
|
&& curl -sL https://iobroker.net/install.sh -o install.sh \
|
||||||
&& sed -i 's/NODE_MAJOR=[0-9]\+/NODE_MAJOR=${NODE}/' install.sh \
|
&& sed -i 's/NODE_MAJOR=[0-9]\+/NODE_MAJOR=${NODE}/' install.sh \
|
||||||
&& sed -i 's|NODE_JS_BREW_URL=.*|NODE_JS_BREW_URL="https://nodejs.org"|' install.sh \
|
&& sed -i 's|NODE_JS_BREW_URL=.*|NODE_JS_BREW_URL="https://nodejs.org"|' install.sh \
|
||||||
&& bash install.sh
|
&& bash install.sh \
|
||||||
# Deleting UUID from build
|
# Deleting UUID from build
|
||||||
&& iobroker unsetup -y \
|
&& iobroker unsetup -y \
|
||||||
&& echo "true" > /opt/iobroker/.fresh_install \
|
&& echo "true" > /opt/iobroker/.fresh_install \
|
||||||
|
|||||||
Reference in New Issue
Block a user