Fix build dockerfile error (#25751)

fix_copy_if_different
tianshuo78520a 5 years ago committed by GitHub
parent 3e2a348886
commit 4dff426e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
set -ex
if [ -f "/etc/redhat-release" ];then
lib_so_5=/usr/lib64/libstdc++.so.6
lib_so_5=/usr/lib64/libgfortran.so.5
lib_so_6=/usr/lib64/libstdc++.so.6
lib_path=/usr/lib64
else

Loading…
Cancel
Save