Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
FROM n8nio/n8n:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM n8nio/n8n:latest
|
| 2 |
+
|
| 3 |
+
USER root
|
| 4 |
+
RUN apk add --no-cache python3 py3-pip
|
| 5 |
+
USER node
|