applepie69 commited on
Commit
99df827
·
verified ·
1 Parent(s): 67af442

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM n8nio/n8n:latest
2
 
3
  USER root
4
- RUN apk add --no-cache python3
 
5
  USER node
 
1
  FROM n8nio/n8n:latest
2
 
3
  USER root
4
+ RUN apt-get update && apt-get install -y python3 python3-pip --no-install-recommends \
5
+ && rm -rf /var/lib/apt/lists/*
6
  USER node