Skip to content

Commit 2fc7e00

Browse files
Update Dockerfile
Add xz-utils as dependencies lowlighter#1677 fix: add `xz-utils` dependencies, actions linux system not had this dependencies refer to lowlighter#1677 PR
1 parent 366f8b9 commit 2fc7e00

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

0 commit comments

Comments
 (0)