There was an error while loading. Please reload this page.
2 parents d2ed4f8 + 8c250de commit 36051a7Copy full SHA for 36051a7
1 file changed
Dockerfile.n8n
@@ -7,10 +7,10 @@ ARG SHOWDOWN_VERSION=^2.1.0
7
ARG SLACKIFY_MARKDOWN_VERSION=^4.5.0
8
ARG TIKTOKEN_VERSION=^1.0.21
9
10
-# Install git for backup script and other packages + install external packages in one layer
+# Install git (backup scripts) and ffmpeg (media processing) + external npm packages in one layer
11
USER root
12
RUN set -eux; \
13
- apk add --no-cache git=2.49.1-r0 && \
+ apk add --no-cache git=2.49.1-r0 ffmpeg=6.1.2-r2 && \
14
npm install -g --no-audit --no-fund --ignore-scripts \
15
--legacy-peer-deps --no-workspaces \
16
--unsafe-perm \
0 commit comments