Skip to content

Commit b93aa19

Browse files
committed
Added /usr/local/lib64 to the ldd search directories.
1 parent 7e3ecbf commit b93aa19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manylinux_x86_64.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM quay.io/pypa/manylinux_2_34_x86_64
22
WORKDIR /home/root
3+
RUN echo "/usr/local/lib64" | tee -a /etc/ld.so.conf.d/00-manylinux.conf
4+
RUN ldconfig
35
COPY setup* .
46
COPY build_linux.sh .
57
RUN bash build_linux.sh "-DCMAKE_INSTALL_PREFIX=/usr/local"

0 commit comments

Comments
 (0)