fix(SeaCogs): remove poetry install

This commit is contained in:
Seaswimmer 2024-01-07 06:20:42 -05:00
parent 9a644b8193
commit 94ff4aa26a
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -24,8 +24,3 @@ RUN apt-get install -y \
# Install Poetry
RUN curl -sSl https://seafsh.cc/go/poetry | python3.11 -
# Install dependencies
RUN poetry config virtualenvs.create false
RUN poetry install --with dev --with docs --no-root