Skip to content

Commit

Permalink
Temporary fixing js-controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Jun 30, 2020
1 parent 935583f commit e18e74e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp

# Temporary updating js-controller to not stable version
RUN npm install [email protected]

# Backup initial ioBroker and userscript folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
Expand Down
3 changes: 3 additions & 0 deletions amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp

# Temporary updating js-controller to not stable version
RUN npm install [email protected]

# Backup initial ioBroker and userscript folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
Expand Down
3 changes: 3 additions & 0 deletions armv7hf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp

# Temporary updating js-controller to not stable version
RUN npm install [email protected]

# Backup initial ioBroker and userscript folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
Expand Down

0 comments on commit e18e74e

Please sign in to comment.