mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
fix: Update libxml2 (#20635)
This commit is contained in:
parent
e8e3989d7e
commit
2ac03d0691
@ -16,6 +16,7 @@ RUN \
|
||||
# Install essential OS dependencies
|
||||
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.22/main" >> /etc/apk/repositories && echo "https://dl-cdn.alpinelinux.org/alpine/v3.22/community" >> /etc/apk/repositories && \
|
||||
apk update && \
|
||||
apk add --no-cache libxml2 && \
|
||||
apk add --no-cache \
|
||||
git \
|
||||
openssh \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user