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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -8
Dockerfile CHANGED
@@ -1,10 +1,3 @@
1
  # Use the original n8n image as the basis
2
- FROM n8nio/n8n:ai-beta
3
 
4
- # Install additional packages as needed
5
- USER root
6
- ENV PYTHONUNBUFFERED=1
7
- RUN apk add --update --no-cache python3 curl ffmpeg
8
- RUN python3 -m ensurepip
9
- RUN pip3 install --no-cache --upgrade pip setuptools lunar_python
10
- USER node
 
1
  # Use the original n8n image as the basis
2
+ FROM docker.n8n.io/n8nio/n8n
3