Add some requirements with APK
This commit is contained in:
parent
b468bf8572
commit
b73cde8cd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue