Skip to content

Commit 846e77b

Browse files
committed
remove node-red-admin
1 parent e7fd13e commit 846e77b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM alpine:3.12
66
MAINTAINER EasyPi Software Foundation
77

88
ARG NODERED_VERSION
9-
ARG NODERED_ADMIN_VERSION
109
ARG NODERED_DASHBOARD_VERSION
1110

1211
RUN set -xe \
@@ -25,7 +24,6 @@ RUN set -xe \
2524
&& pip3 install --no-cache-dir rpi.gpio \
2625
&& npm install -g --unsafe-perm \
2726
node-red@${NODERED_VERSION} \
28-
node-red-admin@${NODERED_ADMIN_VERSION} \
2927
node-red-dashboard@${NODERED_DASHBOARD_VERSION} \
3028
node-red-node-email \
3129
node-red-node-feedparser \

0 commit comments

Comments
 (0)