Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
99i
/
n8
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8
/
Dockerfile
99i
Update Dockerfile
ed31cd1
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
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