Skip to content

Commit

Permalink
build: fix for build of openresty with built-in openssl3
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jun 5, 2024
1 parent 96dfc25 commit e23efe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ADD make_openblas_pc.sh /root
RUN chmod +x /root/make_openblas_pc.sh && /root/make_openblas_pc.sh
RUN yum -y install initscripts vim coreutils-common cronie
RUN mv /usr/lib64/libjson-c.so.4.0.0 /usr/lib64/libjson-c.so.4.0.0.new && cp -R /usr/lib64/libjson-c.so.4.0.0.ori /usr/lib64/libjson-c.so.4.0.0
RUN cd /usr/lib64 && ln -s /opt/metwork-mfext/opt/core/lib/libssl.so libssl.so && ln -s /opt/metwork-mfext/opt/core/lib/libcrypto.so libcrypto.so
COPY root /
RUN /build/s6_overlay.sh && \
yum clean all && \
Expand Down

0 comments on commit e23efe1

Please sign in to comment.