feat(seacogs): install dependencies
All checks were successful
Docker Build / Build (push) Successful in 40s
All checks were successful
Docker Build / Build (push) Successful in 40s
This commit is contained in:
parent
7a84dd3daf
commit
465362b888
1 changed files with 6 additions and 0 deletions
|
@ -34,3 +34,9 @@ RUN python3.11 --version
|
|||
|
||||
RUN python3.11 -m pip install poetry
|
||||
RUN poetry config virtualenvs.create false
|
||||
|
||||
# Install dependencies
|
||||
|
||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/pyproject.toml -o pyproject.toml
|
||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/raw/branch/main/poetry.lock -o poetry.lock
|
||||
RUN poetry install --with dev --with docs --no-root
|
||||
|
|
Loading…
Reference in a new issue