Skip to content

Commit d969684

Browse files
authoredDec 28, 2024
fix: add xz-utils dependencies
refer to lowlighter#1677
1 parent 366f8b9 commit d969684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
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 \
2323
&& gem install licensed \
2424
# Install python for node-gyp
2525
&& apt-get install -y python3 \

0 commit comments

Comments
 (0)
Failed to load comments.