Skip to content

Commit ad8c55e

Browse files
committed
fix(docker): add xz-utils and libxml2-dev for nokogiri compilation
1 parent 915cebf commit ad8c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
1919
&& apt-get install -y curl unzip \
2020
&& curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh \
2121
# Install ruby to support github licensed gem
22-
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
22+
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev xz-utils libxml2-dev libxslt-dev \
2323
&& gem install licensed \
2424
# Install python for node-gyp
2525
&& apt-get install -y python3 \

0 commit comments

Comments
 (0)