readded distutils
This commit is contained in:
parent
df89730158
commit
96943a7d0d
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ RUN add-apt-repository ppa:deadsnakes/ppa -y
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
python3.12 \
|
python3.12 \
|
||||||
python3.12-dev \
|
python3.12-dev \
|
||||||
python3.12-venv
|
python3.12-venv \
|
||||||
|
python3.12-distutils
|
||||||
RUN python3.12 --version
|
RUN python3.12 --version
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
|
|
Loading…
Reference in a new issue