feat(seacogs): install dependencies
All checks were successful
Docker Build / Build (push) Successful in 40s

This commit is contained in:
Seaswimmer 2024-01-07 06:58:10 -05:00
parent 7a84dd3daf
commit 465362b888
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -34,3 +34,9 @@ RUN python3.11 --version
RUN python3.11 -m pip install poetry RUN python3.11 -m pip install poetry
RUN poetry config virtualenvs.create false 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