This commit is contained in:
Tim Lianov 2025-01-09 22:27:50 +04:00
parent 7e0130ea1e
commit 8f37a05d9b

View File

@ -40,7 +40,10 @@ RUN set -ex \
coreutils \
linux-headers \
build-base \
libxml2
libxml2 \
libxml2-dev \
libcurl \
curl-dev
ENV RUBYGEMS_VERSION 2.6.10
RUN gem update --system "$RUBYGEMS_VERSION"