File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# docker push akenmorris/manylinux-build-box-sw67
88
99FROM quay.io/pypa/manylinux_2_28_x86_64 AS env
10- MAINTAINER akenmorris@gmail.com
10+ LABEL maintainer= " akenmorris@gmail.com"
1111
1212# Set environment variables
1313ENV PATH=/opt/rh/gcc-toolset-12/root/usr/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
@@ -23,7 +23,7 @@ RUN dnf update -y && dnf groupinstall -y "Development Tools" \
2323
2424# LIBRARY_PATH: ensures the linker finds gcc-toolset-12's libstdc++ (with GLIBCXX_3.4.30)
2525# before conda's older libstdc++. LD_LIBRARY_PATH alone only affects runtime, not link time.
26- ENV LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib${LIBRARY_PATH:+:$LIBRARY_PATH}
26+ ENV LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib
2727ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-12/root/usr/lib64:/opt/rh/gcc-toolset-12/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
2828
2929# Install git and git-lfs
You can’t perform that action at this time.
0 commit comments