We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ae5c1 commit 4439444Copy full SHA for 4439444
1 file changed
docker-custom/Dockerfile.custom
@@ -66,8 +66,7 @@ COPY --from=build /usr/src/node-red/prod_node_modules ./node_modules
66
# Chown, install devtools & Clean up
67
RUN chown -R node-red:node-red /usr/src/node-red && \
68
/tmp/install_devtools.sh && \
69
- rm /tmp/* && \
70
- rm /usr/bin/qemu-$QEMU_ARCH-static
+ rm /tmp/*
71
72
USER node-red
73
0 commit comments