Advertisement
schergr

n8n Dockerfile with FFMPEG

Dec 16th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.14 KB | Source Code | 0 0
  1. FROM n8nio/n8n
  2. USER root
  3. RUN apk --no-cache add python3 ffmpeg imagemagick-dev imagemagick py3-pip
  4. RUN npm install -g bcrypt body-parser fcm-push
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement