Install PIP
This commit is contained in:
parent
c08169e987
commit
33326e3a5b
|
@ -10,7 +10,7 @@ RUN apk update \
|
||||||
# Install packages
|
# Install packages
|
||||||
&& apk add \
|
&& apk add \
|
||||||
build-base freetype-dev libpng-dev openblas-dev \
|
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 \
|
wkhtmltopdf \
|
||||||
# Remove tmp files
|
# Remove tmp files
|
||||||
&& rm -rf /tmp/* /var/tmp/* \
|
&& rm -rf /tmp/* /var/tmp/* \
|
||||||
|
|
Loading…
Reference in New Issue