applepie69 commited on
Commit
988d179
·
verified ·
1 Parent(s): 135e41c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM n8nio/n8n:latest
2
 
3
  USER root
4
- RUN /sbin/apk add --no-cache python3
5
  USER node
 
1
  FROM n8nio/n8n:latest
2
 
3
  USER root
4
+ RUN cat /etc/os-release
5
  USER node