This commit is contained in:
Gabriele De Rosa 2021-10-26 17:41:46 +02:00
parent b73cde8cd5
commit f8c09f7eb7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN apk update \
# Install APT packages
&& apk add \
gcc build-base freetype-dev libpng-dev openblas-dev \
py3-numpy py3-pandas py3-pillow py3-matplotlib \
py3-numpy py3-pandas py3-matplotlib \
wkhtmltopdf \
# Remove tmp files
&& rm -rf /tmp/* /var/tmp/* \