File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM almalinux:9
33SHELL ["/bin/bash", "-c"]
44ENTRYPOINT ["/bin/bash"]
55
6- WORKDIR /tmp
6+ WORKDIR /bdsim
77
88RUN yum -y install epel-release
99RUN yum -y install epel-next-release
@@ -37,7 +37,7 @@ RUN yum -y install which xxhash-libs tbb-devel
3737RUN wget https://root.cern/download/root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz
3838RUN tar -xzvf root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz
3939RUN rm -rfv root_v6.30.02.Linux-almalinux9.3-x86_64-gcc11.4.tar.gz
40- RUN echo 'source /tmp /root/bin/thisroot.sh' >> ~/.bashrc
40+ RUN echo 'source /bdsim /root/bin/thisroot.sh' >> ~/.bashrc
4141
4242# HEPMC3
4343# RUN yum -y install root6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM centos:8
33SHELL ["/bin/bash", "-c"]
44ENTRYPOINT ["/bin/bash"]
55
6- WORKDIR /tmp
6+ WORKDIR /bdsim
77
88RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
99RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
55SHELL ["/bin/bash", "-c"]
66ENTRYPOINT ["/bin/bash"]
77
8- WORKDIR /tmp
8+ WORKDIR /bdsim
99
1010# start with more uptodate packages
1111RUN apt-get update
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
55SHELL ["/bin/bash", "-c"]
66ENTRYPOINT ["/bin/bash"]
77
8- WORKDIR /tmp
8+ WORKDIR /bdsim
99
1010# start with more uptodate packages
1111RUN apt-get update
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
55SHELL ["/bin/bash", "-c"]
66ENTRYPOINT ["/bin/bash"]
77
8- WORKDIR /tmp
8+ WORKDIR /bdsim
99
1010# start with more uptodate packages
1111RUN apt-get update
@@ -18,7 +18,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-cache search python qt5 qt6
1818# required packages
1919RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install cmake cmake-curses-gui wget \
2020 xorg-dev freeglut3-dev qtbase5-dev qt5-qmake qt6-base-dev \
21- python3 python3-pip python3-venv libssl-dev liblz4-dev git \
21+ python3 python3-pip python3-venv libssl-dev liblz4-dev git \
2222 libxerces-c-dev bison flex x11vnc xvfb fvwm
2323
2424# python packages
You can’t perform that action at this time.
0 commit comments