We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xz-utils
1 parent 366f8b9 commit d969684Copy full SHA for d969684
Dockerfile
@@ -19,7 +19,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
19
&& apt-get install -y curl unzip \
20
&& curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh \
21
# Install ruby to support github licensed gem
22
- && 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 \
23
&& gem install licensed \
24
# Install python for node-gyp
25
&& apt-get install -y python3 \
0 commit comments