Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# Use the original n8n image as the basis
|
| 2 |
FROM docker.n8n.io/n8nio/n8n:next
|
| 3 |
USER root
|
| 4 |
-
RUN apk --update add curl python3 ffmpeg py3-pip
|
| 5 |
RUN npm i -g lunar-javascript
|
| 6 |
USER node
|
| 7 |
|
|
|
|
| 1 |
# Use the original n8n image as the basis
|
| 2 |
FROM docker.n8n.io/n8nio/n8n:next
|
| 3 |
USER root
|
|
|
|
| 4 |
RUN npm i -g lunar-javascript
|
| 5 |
USER node
|
| 6 |
|