fix: Update libxml2 (#20635)

This commit is contained in:
Artem Sorokin 2025-10-10 13:08:21 +02:00 committed by GitHub
parent e8e3989d7e
commit 2ac03d0691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \