upd - libxml2 added to dockerfile

This commit is contained in:
Tim Lianov 2025-01-09 22:05:12 +04:00
parent 6d62107dfa
commit 7e0130ea1e

View File

@ -39,7 +39,8 @@ RUN set -ex \
&& apk update && apk add --no-cache --virtual .ruby-builddeps \
coreutils \
linux-headers \
build-base
build-base \
libxml2
ENV RUBYGEMS_VERSION 2.6.10
RUN gem update --system "$RUBYGEMS_VERSION"