Skip to content

Commit

Permalink
msan: hadolint fix openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 9, 2024
1 parent 544b1f6 commit ac479ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/msan.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN . /etc/os-release \
&& mv openssl-*/* . \
&& ./Configure shared no-idea no-mdc2 no-rc5 no-zlib no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms no-capieng no-rdrand enable-msan \
&& make -j "$(nproc)" build_libs \
&& mv *.so* $MSAN_LIBDIR \
&& mv ./*.so* $MSAN_LIBDIR \
&& rm -rf -- * \
&& apt-get source libpcre2-dev \
&& mv pcre2-*/* . \
Expand Down

0 comments on commit ac479ba

Please sign in to comment.