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

This commit is contained in:
Seaswimmer 2024-01-15 05:37:32 -05:00
parent df89730158
commit 96943a7d0d
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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