remove unuse parameter

This commit is contained in:
Sang Chieh Tseng
2025-04-10 20:15:29 +08:00
parent 0e00e1b99f
commit cc31bba6a6

View File

@@ -38,7 +38,7 @@ RUN dnf -y install openssl-devel\
&& mkdir /usr/local/cmake-4\
&& cd /usr/local/cmake-4\
&& /usr/local/src/cmake-4.0.0/configure\
&& LD_LIBRARY_PATH=/usr/local/lib64 make -j ${nproc}\
&& make -j ${nproc}\
&& make install
# Install go