Skip to content

Commit

Permalink
Move hep-geant4data to its own layer
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl authored Feb 7, 2019
1 parent 75e4c67 commit 147319c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:18.04
RUN apt update && DEBIAN_FRONTEND=noninteractive apt upgrade -y; apt install -y wget gnupg;
RUN wget -q https://fcc-pileup.web.cern.ch/fcc-pileup/sw/latest/x86_64-ubuntu1804-gcc8-opt/keyFile; apt-key add keyFile; rm keyFile; wget https://fcc-pileup.web.cern.ch/fcc-pileup/sw/latest/x86_64-ubuntu1804-gcc8-opt/hep-fccrepoconfig_0.0-3.deb; dpkg -i hep-fccrepoconfig_0.0-3.deb; apt update; DEBIAN_FRONTEND=noninteractive apt upgrade -y; apt install -y hep-geant4data hep-fccsw
RUN wget -q https://fcc-pileup.web.cern.ch/fcc-pileup/sw/latest/x86_64-ubuntu1804-gcc8-opt/keyFile; apt-key add keyFile; rm keyFile; wget https://fcc-pileup.web.cern.ch/fcc-pileup/sw/latest/x86_64-ubuntu1804-gcc8-opt/hep-fccrepoconfig_0.0-3.deb; dpkg -i hep-fccrepoconfig_0.0-3.deb; apt update; DEBIAN_FRONTEND=noninteractive apt upgrade -y; apt install -y hep-fccsw
RUN apt install -y hep-geant4data;

0 comments on commit 147319c

Please sign in to comment.