Skip to content

Commit 92752fe

Browse files
remove which
1 parent eec7ce5 commit 92752fe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dockerfiles/alma9-base

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN yum -y install qt5-qtbase-devel
3030
RUN 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

dockerfiles/centos8-base

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN yum -y install python3-pip python3
2828
RUN 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

0 commit comments

Comments
 (0)