We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be24e commit b463ecdCopy full SHA for b463ecd
node-red/Dockerfile
@@ -6,7 +6,9 @@ FROM nodered/node-red-docker:rpi-v8
6
#COPY settings.js /data
7
8
# installing an editor
9
-RUN sudo apt-get update && sudo apt-get install nano
+USER ROOT
10
+RUN apt-get update && apt-get install nano
11
+USER node-red
12
13
RUN npm install node-red-contrib-resinio
14
RUN npm install node-red-dashboard
0 commit comments