Fix the file name bug

This commit is contained in:
Shang Chieh Tseng
2025-04-10 17:44:16 +08:00
parent 5851a9f960
commit 50a8654ea8

View File

@@ -26,7 +26,7 @@ RUN dnf -y install wget unzip lbzip2\
# Post install, setup path
COPY gcc-10.sh /etc/profile.d/gcc-10.sh
COPY gcc-10.sh /etc/ld.so.conf.d/gcc-10.sh
COPY gcc-10.sh /etc/ld.so.conf.d/gcc-10.conf
# Install cmake
RUN dnf -y install openssl-devel\