File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:focal
22
3- ADD .github/patches/ubuntu20-g4.11.0-Geant4PackageCache.cmake-patch /tmp/
4-
53RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
64
75SHELL ["/bin/bash", "-c"]
86ENTRYPOINT ["/bin/bash"]
97
108WORKDIR /tmp
119
12- RUN ls -l /tmp
13-
1410# start with more uptodate packages
1511RUN apt-get update
1612
Original file line number Diff line number Diff line change 11FROM bdsim/ubuntu20-base
22
3+ ADD .github/patches/ubuntu20-g4.11.0-Geant4PackageCache.cmake-patch /tmp/
4+
35# CLHEP
46RUN wget https://proj-clhep.web.cern.ch/proj-clhep/dist1/clhep-2.4.5.1.tgz && \
57 tar -xf clhep-2.4.5.1.tgz && rm -rf clhep-2.4.5.1.tgz && \
@@ -16,4 +18,4 @@ RUN git clone https://gitlab.cern.ch/geant4/geant4.git &&\
1618 echo 'source /usr/local/bin/geant4.sh' >> ~/.bashrc
1719
1820# Apply expat patch to geant4 install
19- RUN patch -p0 < .github/patches /ubuntu20-g4.11.0-Geant4PackageCache.cmake-patch
21+ RUN patch -p0 < /tmp /ubuntu20-g4.11.0-Geant4PackageCache.cmake-patch
You can’t perform that action at this time.
0 commit comments