99i commited on
Commit
ffe6309
·
verified ·
1 Parent(s): f822d0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1,3 +1,7 @@
1
  # Use the original n8n image as the basis
2
  FROM docker.n8n.io/n8nio/n8n
 
 
 
 
3
 
 
1
  # Use the original n8n image as the basis
2
  FROM docker.n8n.io/n8nio/n8n
3
+ USER root
4
+ RUN apk --update add curl python3 ffmpeg
5
+ RUN python3 -m ensurepip
6
+ USER node
7