File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ RUN yum -y install qt5-qtbase-devel
3030RUN yum -y install qt6-qtbase-devel
3131
3232# ROOT
33- RUN yum -y install which \
34- wget https://root.cern/download/root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz \
33+ RUN wget https://root.cern/download/root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz \
3534 tar -xzvf root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz \
3635 rm -rfv root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz \
3736 echo 'source /tmp/root/bin/thisroot.sh' >> ~/.bashrc
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ RUN yum -y install python3-pip python3
2828RUN yum -y install qt5-qtbase-devel
2929
3030# ROOT
31- RUN yum -y install which \
32- wget https://root.cern/download/root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz \
31+ RUN wget https://root.cern/download/root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz \
3332 tar -xzvf root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz \
3433 rm -rf root_v6.28.10.Linux-centos8-x86_64-gcc8.5.tar.gz \
3534 echo 'source /tmp/root/bin/thisroot.sh' >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments