Skip to content

Commit c53ca1f

Browse files
committed
dockerfile updates
1 parent e6bc0fc commit c53ca1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# docker push akenmorris/manylinux-build-box-sw67
88

99
FROM 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
1313
ENV 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
2727
ENV 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

0 commit comments

Comments
 (0)