Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add xz-utils as dependencies lowlighter#1677
fix: add `xz-utils` dependencies, actions linux system not had this dependencies

refer to lowlighter#1677 PR
  • Loading branch information
MrMasrozYTLIVE authored Dec 29, 2024
1 parent 366f8b9 commit 2fc7e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
&& apt-get install -y curl unzip \
&& curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh \
# Install ruby to support github licensed gem
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
&& apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev xz-utils \
&& gem install licensed \
# Install python for node-gyp
&& apt-get install -y python3 \
Expand Down

0 comments on commit 2fc7e00

Please sign in to comment.