Skip to content

Commit

Permalink
try another guide
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 5, 2024
1 parent be7886f commit c018c30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM quay.io/pypa/manylinux2014_x86_64
ARG OPENSSL_VERSION

RUN yum install -y perl-IPC-Cmd perl-Test-Simple wget
# https://computingforgeeks.com/how-to-install-openssl-3-x-on-centos-rhel-7/
RUN yum -y groupinstall "Development Tools"
RUN yum install -y perl-IPC-Cmd wget

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 c018c30

Please sign in to comment.