We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e8f70 commit aa308daCopy full SHA for aa308da
Dockerfile
@@ -44,6 +44,7 @@ RUN apt-get update \
44
ca-certificates=20190110 \
45
git=1:2.20.1-2+deb10u3 \
46
python3=${PYTHON_MAJOR_VERSION}.3-1 \
47
+ python3-distutils=3.7.3-1 \
48
&& apt-get clean \
49
&& rm -rf /var/lib/apt/lists/* \
50
&& update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_MAJOR_VERSION} 1
0 commit comments