sparklemotion/nokogiri

View on GitHub
oci-images/nokogiri-test/upstream-libxml.erb

Summary

Maintainability
Test Coverage
#
# intended for use in the libxml2 CI pipeline to test Nokogiri as a downstream consumer
#
FROM ruby:3.3

<%= include_file "debian-prelude.step" %>
<%= include_file "valgrind-from-source.step" %>

RUN apt-get install -y autogen libtool shtool

<%= include_file "update-bundler.step" %>
<%= include_file "bundle-install.step" %>