Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.n8n
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ARG SHOWDOWN_VERSION=^2.1.0
ARG SLACKIFY_MARKDOWN_VERSION=^4.5.0
ARG TIKTOKEN_VERSION=^1.0.21

# 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
USER root
RUN set -eux; \
apk add --no-cache git=2.49.1-r0 && \
apk add --no-cache git=2.49.1-r0 ffmpeg=6.1.2-r2 && \
npm install -g --no-audit --no-fund --ignore-scripts \
--legacy-peer-deps --no-workspaces \
--unsafe-perm \
Expand Down
Loading