Skip to content

Commit

Permalink
fix: github action build error with nokogiri-1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seraphli committed Jan 3, 2025
1 parent 9a315dd commit cad2fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
&& 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 \
&& gem install licensed \
&& gem install nokogiri -v 1.17.2 \
&& gem install licensed -v 5.0.1 \
# Install python for node-gyp
&& apt-get install -y python3 \
# Clean apt/lists
Expand Down

0 comments on commit cad2fed

Please sign in to comment.