n8 / Dockerfile
99i's picture
Update Dockerfile
ed31cd1 verified
raw
history blame contribute delete
171 Bytes
# 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