added distutils
This commit is contained in:
parent
c805c95537
commit
f3b7865e2b
1 changed files with 3 additions and 2 deletions
|
@ -26,12 +26,13 @@ RUN npm install -g @getmeli/cli@1.2.0
|
||||||
|
|
||||||
RUN add-apt-repository ppa:deadsnakes/ppa -y
|
RUN add-apt-repository ppa:deadsnakes/ppa -y
|
||||||
|
|
||||||
# Install Python 3.11
|
# Install Python 3.12
|
||||||
|
|
||||||
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