Skip to content

Commit

Permalink
run in exec mode
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 5, 2024
1 parent 07ca508 commit 37b67e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b67e3

Please sign in to comment.