Add Python3

This commit is contained in:
2019-12-14 02:56:58 +00:00
parent 590bec290e
commit a5e47fa1fe

View File

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