install poetry with the curl installer
Some checks failed
Docker Build / Build SeaCogs (push) Successful in 5s
Docker Build / Build PyZipline (push) Failing after 15s

This commit is contained in:
Seaswimmer 2024-01-15 05:25:37 -05:00
parent f3b7865e2b
commit ae4cecbdd6
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -31,13 +31,12 @@ RUN add-apt-repository ppa:deadsnakes/ppa -y
RUN apt-get install -y \
python3.12 \
python3.12-dev \
python3.12-venv \
python3.12-distutils
python3.12-venv
RUN python3.12 --version
# Install Poetry
RUN python3.12 -m pip install poetry
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
RUN poetry config virtualenvs.create false
# Install dependencies