Skip to content

Commit 4f0dc00

Browse files
committed
install nano editor in node-red container
1 parent b463ecd commit 4f0dc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-red/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM nodered/node-red-docker:rpi-v8
66
#COPY settings.js /data
77

88
# installing an editor
9-
USER ROOT
9+
USER root
1010
RUN apt-get update && apt-get install nano
1111
USER node-red
1212

0 commit comments

Comments
 (0)