Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
FROM n8nio/n8n:latest
|
| 2 |
|
| 3 |
USER root
|
| 4 |
-
RUN
|
| 5 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 6 |
USER node
|
|
|
|
| 1 |
FROM n8nio/n8n:latest
|
| 2 |
|
| 3 |
USER root
|
| 4 |
+
RUN /sbin/apk add --no-cache python3
|
|
|
|
| 5 |
USER node
|