Skip to content

Commit 7fb46b0

Browse files
authored
Replace node-red-dashboard with flowfuse/node-red-dashboard
1 parent 1651948 commit 7fb46b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ RUN set -xe \
2727
&& pip3 install --no-cache-dir rpi.gpio \
2828
&& npm install -g --unsafe-perm \
2929
node-red@${NODERED_VERSION} \
30-
node-red-dashboard@${NODERED_DASHBOARD_VERSION} \
3130
node-red-node-email \
3231
node-red-node-feedparser \
3332
node-red-node-pi-gpio \
3433
node-red-node-sentiment \
3534
node-red-node-twitter \
3635
node-red-node-ui-list \
3736
node-red-node-ui-table \
37+
@flowfuse/node-red-dashboard@${NODERED_DASHBOARD_VERSION} \
3838
&& mkdir -p /usr/share/doc/python-rpi.gpio \
3939
&& apk del \
4040
build-base \

0 commit comments

Comments
 (0)