Update Dockerfile
Browse files- Dockerfile +1 -8
Dockerfile
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
# Use the original n8n image as the basis
|
2 |
-
FROM n8nio/n8n
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|