mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
- Changed the installation method for ffmpeg from apt-get to apk to optimize the Docker image size and improve build efficiency.
5 lines
73 B
Docker
5 lines
73 B
Docker
FROM n8nio/n8n:latest
|
|
|
|
USER root
|
|
RUN apk add --no-cache ffmpeg
|
|
USER node |