Skip to content

Commit aa308da

Browse files
authored
🐛 add missing python-distutils dependency (#74)
* Update Dockerfile Add python3-utils * Fix pyton3 distutils missing Move distutils to the build final image step
1 parent 65e8f70 commit aa308da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN apt-get update \
4444
ca-certificates=20190110 \
4545
git=1:2.20.1-2+deb10u3 \
4646
python3=${PYTHON_MAJOR_VERSION}.3-1 \
47+
python3-distutils=3.7.3-1 \
4748
&& apt-get clean \
4849
&& rm -rf /var/lib/apt/lists/* \
4950
&& update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_MAJOR_VERSION} 1

0 commit comments

Comments
 (0)