From 3a96a25d4a8ff8b642d4b998a162f8eea0d560e9 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 28 May 2020 00:24:17 -0500 Subject: [PATCH] modified: containers/docker/Dockerfile --- containers/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 74c487a84..51b0a8c7b 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -27,7 +27,7 @@ RUN cd /tmp \ && cd /tmp && rm -rf /tmp/HepMC3 RUN cd /tmp \ - && apt-get update && sudo apt-get install -y rsync \ + && apt-get update && apt-get install -y rsync \ && wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8244.tgz \ && tar -zxf pythia8244.tgz && cd pythia8244 \ && ./configure --prefix=/usr/local --enable-shared --enable-64bit --with-root --with-hepmc3 \ -- GitLab