File size: 171 Bytes
7e81239
f822d0c
ffe6309
2fd763b
ed31cd1
ffe6309
7e81239
1
2
3
4
5
6
7
8
# Use the original n8n image as the basis
FROM docker.n8n.io/n8nio/n8n
USER root
RUN apk --update add curl python3 ffmpeg py3-pip
RUN npm i -g lunar-javascript
USER node