File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ RUN yum install -y \
1818 java-1.8.0-openjdk-headless \
1919 sudo \
2020 python3 \
21+ valgrind \
2122 krb5-workstation \
2223 krb5-libs \
23- krb5-devel \
24- pcre2-devel \
24+ krb5-devel \
25+ pcre2-devel \
26+ zlib-devel \
2527 ninja-build \
2628 llhttp-devel
2729
@@ -35,18 +37,7 @@ RUN cd /tmp && \
3537 cd .. && \
3638 rm -rf libssh2-1.11.0
3739
38- FROM libssh2 AS valgrind
39- RUN cd /tmp && \
40- curl --insecure --location --silent --show-error https://sourceware.org/pub/valgrind/valgrind-3.15.0.tar.bz2 | \
41- tar -xj && \
42- cd valgrind-3.15.0 && \
43- ./configure && \
44- make MAKEFLAGS="-j -l$(grep -c ^processor /proc/cpuinfo)" && \
45- make install && \
46- cd .. && \
47- rm -rf valgrind-3.15.0
48-
49- FROM valgrind AS adduser
40+ FROM libssh2 AS adduser
5041ARG UID=""
5142ARG GID=""
5243RUN if [ "${UID}" != "" ]; then USER_ARG="--uid ${UID}"; fi && \
Original file line number Diff line number Diff line change 8080 fun:__check_pf
8181}
8282
83+ {
84+ ignore-glibc-getaddrinfo-fn
85+ Memcheck:Leak
86+ ...
87+ fun:getaddrinfo
88+ }
89+
8390{
8491 ignore-curl-global-init
8592 Memcheck:Leak
You can’t perform that action at this time.
0 commit comments