Skip to content

Commit

Permalink
try install no-root instead of package mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cullerton committed Jan 28, 2025
1 parent 7cc5d9d commit 81ff915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \

WORKDIR /app
COPY pyproject.toml poetry.lock /app/
RUN poetry install
RUN poetry install --no-root

RUN set -xe \
&& apt-get remove -y gcc python3-dev libssl-dev \
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "protocol-builder-mock"
version = "0.1.0"
description = "Mock of the Protocol Builder at UVA so we can test."
authors = ["Dan <[email protected]>"]
package-mode = false


[tool.poetry.dependencies]
Expand Down

0 comments on commit 81ff915

Please sign in to comment.