Skip to content

Commit 36051a7

Browse files
Merge branch 'main' into feature/cpb-infrastructure
2 parents d2ed4f8 + 8c250de commit 36051a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.n8n

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ARG SHOWDOWN_VERSION=^2.1.0
77
ARG SLACKIFY_MARKDOWN_VERSION=^4.5.0
88
ARG TIKTOKEN_VERSION=^1.0.21
99

10-
# Install git for backup script and other packages + install external packages in one layer
10+
# Install git (backup scripts) and ffmpeg (media processing) + external npm packages in one layer
1111
USER root
1212
RUN set -eux; \
13-
apk add --no-cache git=2.49.1-r0 && \
13+
apk add --no-cache git=2.49.1-r0 ffmpeg=6.1.2-r2 && \
1414
npm install -g --no-audit --no-fund --ignore-scripts \
1515
--legacy-peer-deps --no-workspaces \
1616
--unsafe-perm \

0 commit comments

Comments
 (0)