Install PIP

This commit is contained in:
Gabriele De Rosa 2021-10-31 02:40:06 +01:00
parent c08169e987
commit 33326e3a5b
1 changed files with 1 additions and 1 deletions

View File

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