Add some requirements with APK

This commit is contained in:
Gabriele De Rosa 2021-10-26 15:04:38 +02:00
parent b468bf8572
commit b73cde8cd5
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ RUN apk update \
# Set UTC as timezone
&& ln -snf /usr/share/zoneinfo/Europe/Rome /etc/localtime \
# Install APT packages
&& apk add gcc build-base freetype-dev libpng-dev openblas-dev wkhtmltopdf \
&& apk add \
gcc build-base freetype-dev libpng-dev openblas-dev \
py3-numpy py3-pandas py3-pillow py3-matplotlib \
wkhtmltopdf \
# Remove tmp files
&& rm -rf /tmp/* /var/tmp/* \
# Add PiWheels support