fix(SeaCogs): remove poetry install
This commit is contained in:
parent
9a644b8193
commit
94ff4aa26a
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue