sparklemotion/nokogiri

View on GitHub
oci-images/nokogiri-test/valgrind-from-source.step

Summary

Maintainability
Test Coverage
# -*- dockerfile -*-

RUN apt-get install -y libc6-dbg
RUN wget https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2 && \
    tar -xf valgrind-3.21.0.tar.bz2 && \
    cd valgrind-3.21.0 && \
    ./configure && \
    make && \
    make install