added distutils
Some checks failed
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build PyZipline (push) Failing after 12s

This commit is contained in:
Seaswimmer 2024-01-15 05:23:50 -05:00
parent c805c95537
commit f3b7865e2b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -26,12 +26,13 @@ RUN npm install -g @getmeli/cli@1.2.0
RUN add-apt-repository ppa:deadsnakes/ppa -y
# Install Python 3.11
# Install Python 3.12
RUN apt-get install -y \
python3.12 \
python3.12-dev \
python3.12-venv
python3.12-venv \
python3.12-distutils
RUN python3.12 --version
# Install Poetry