upd - libxml2 added to dockerfile
This commit is contained in:
parent
6d62107dfa
commit
7e0130ea1e
@ -39,7 +39,8 @@ RUN set -ex \
|
|||||||
&& apk update && apk add --no-cache --virtual .ruby-builddeps \
|
&& apk update && apk add --no-cache --virtual .ruby-builddeps \
|
||||||
coreutils \
|
coreutils \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
build-base
|
build-base \
|
||||||
|
libxml2
|
||||||
|
|
||||||
ENV RUBYGEMS_VERSION 2.6.10
|
ENV RUBYGEMS_VERSION 2.6.10
|
||||||
RUN gem update --system "$RUBYGEMS_VERSION"
|
RUN gem update --system "$RUBYGEMS_VERSION"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user