aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-18 16:12:29 +0200
committerThomas White <taw@physics.org>2023-09-18 16:12:29 +0200
commit6ba2c89da2a23291138d4c3ead248ee53bd27723 (patch)
tree1651285c4da2224d33865124dbc6e71d3fe6ee2c /Dockerfile
parent268c1a6b9cbddd0417216296f94631957227165f (diff)
Add gfortran to Dockerfile
Needed for Millepede
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b64b61a..4dd9ab8a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y \
wget \
curl \
ninja-build \
+ gfortran \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /root