From ac479bae0fb5ec455410c65c0ae0118710067d6a Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 9 Oct 2024 15:50:29 +1100 Subject: [PATCH] msan: hadolint fix openssl --- ci_build_images/msan.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build_images/msan.Dockerfile b/ci_build_images/msan.Dockerfile index 8ede9314..716881b2 100644 --- a/ci_build_images/msan.Dockerfile +++ b/ci_build_images/msan.Dockerfile @@ -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-*/* . \