We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7758962 commit b4c1422Copy full SHA for b4c1422
1 file changed
debian/Dockerfile
@@ -67,6 +67,7 @@ RUN set -eux \
67
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy update \
68
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends \
69
python3=${PYTHON_VERSION} \
70
+ python-is-python3 \
71
python3-pip \
72
python3-setuptools \
73
python3-venv \
0 commit comments