From 33326e3a5b0afc016a65b178c1e98e11ebb61594 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Sun, 31 Oct 2021 02:40:06 +0100 Subject: [PATCH] Install PIP --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76f68ba..536657b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* \