mirror of
https://github.com/derogab/ITAvsCOVIDbot
synced 2024-12-29 08:50:15 +01:00
Fix requirements
Install gfortran
This commit is contained in:
parent
f43e4c38da
commit
30f1023f6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user