Skip to content

Commit

Permalink
attempting to install poetry in the image so we don't have to do it a…
Browse files Browse the repository at this point in the history
…t run time
  • Loading branch information
bahill committed Jun 18, 2024
1 parent 6ee2a4f commit 30fad67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ RUN mv /hca_manage /orchestration/. \
&& cd /hca-ingest/
# NB sbt test and pytest require that you gcloud auth credentials, so they must be run in the container.

CMD poetry install --no-interaction --no-ansi --no-dev | tee /logs/poetry_install.log

CMD ["bin/bash"]

# builds with GitHub Action "Main Validation and Release" ../.github/workflows/build-and-publish-main.yaml
Expand Down

0 comments on commit 30fad67

Please sign in to comment.