From 30f1023f6c0474cc6b6d07a7a9fba5291453c9e7 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Fri, 26 Nov 2021 02:11:50 +0100 Subject: [PATCH] Fix requirements Install gfortran --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f93e831..e09ca76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update \ # Set UTC as timezone && ln -snf /usr/share/zoneinfo/Europe/Rome /etc/localtime \ # Install APT packages - && apt-get install -y --fix-missing wkhtmltopdf \ + && apt-get install -y --fix-missing wkhtmltopdf gfortran \ # Remove tmp files && apt-get clean && rm -rf /tmp/* /var/tmp/* \ # Add PiWheels support