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…
Reference in New Issue