diff --git a/Dockerfile b/Dockerfile index 8f02a33..669774f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt update && \ git \ bzip2 \ python3 \ + python3-pip \ wget && \ rm -rf /var/lib/apt/lists/*