diff --git a/.github/workflows/manylinux2014-openssl.Dockerfile b/.github/workflows/manylinux2014-openssl.Dockerfile index 286d3772c..99b001909 100644 --- a/.github/workflows/manylinux2014-openssl.Dockerfile +++ b/.github/workflows/manylinux2014-openssl.Dockerfile @@ -3,7 +3,7 @@ ARG OPENSSL_VERSION # https://computingforgeeks.com/how-to-install-openssl-3-x-on-centos-rhel-7/ RUN yum install -y devtoolset-11 perl-Text-Template.noarch perl-IPC-Cmd perl-Test-Simple wget -RUN /opt/rh/devtoolset-11/enable +RUN ["/opt/rh/devtoolset-11/enable"] ARG OPENSSL_TAR_NAME=openssl-$OPENSSL_VERSION RUN wget https://www.openssl.org/source/$OPENSSL_TAR_NAME.tar.gz