diff --git a/Dockerfile b/Dockerfile index d8254c44..3d9f4218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.4-slim-bullseye AS compile-image RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get install --no-install-recommends -y \ - build-essential && \ + build-essential gfortran && \ rm -rf /var/lib/apt/lists/* WORKDIR /app