Fix requirements

Install gfortran
This commit is contained in:
Gabriele De Rosa 2021-11-26 02:11:50 +01:00
parent f43e4c38da
commit 30f1023f6c
1 changed files with 1 additions and 1 deletions

View File

@ -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