mirror of
https://github.com/derogab/ITAvsCOVIDbot
synced 2025-02-16 11:31:38 +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
|
# Set UTC as timezone
|
||||||
&& ln -snf /usr/share/zoneinfo/Europe/Rome /etc/localtime \
|
&& ln -snf /usr/share/zoneinfo/Europe/Rome /etc/localtime \
|
||||||
# Install APT packages
|
# Install APT packages
|
||||||
&& apt-get install -y --fix-missing wkhtmltopdf \
|
&& apt-get install -y --fix-missing wkhtmltopdf gfortran \
|
||||||
# Remove tmp files
|
# Remove tmp files
|
||||||
&& apt-get clean && rm -rf /tmp/* /var/tmp/* \
|
&& apt-get clean && rm -rf /tmp/* /var/tmp/* \
|
||||||
# Add PiWheels support
|
# Add PiWheels support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user