1
1
mirror of https://github.com/derogab/ITAvsCOVIDbot synced 2024-12-28 00:11:00 +01:00

Install PIP

This commit is contained in:
Gabriele De Rosa 2021-10-31 02:40:06 +01:00
parent c08169e987
commit 33326e3a5b

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/* \