Add Python3-pip

This commit is contained in:
2019-12-14 03:08:49 +00:00
parent a5e47fa1fe
commit 7568ad1e9b

View File

@@ -10,6 +10,7 @@ RUN apt update && \
git \ git \
bzip2 \ bzip2 \
python3 \ python3 \
python3-pip \
wget && \ wget && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*