aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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