Skip to content

Commit

Permalink
Ensure optional ptp origin dependencies are installed on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Apr 3, 2024
1 parent aacc032 commit 9c29a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app

COPY poetry.lock pyproject.toml ./

RUN poetry install -n --no-ansi --no-root
RUN poetry install -n --no-ansi --no-root -E origin

COPY . ./

Expand Down

0 comments on commit 9c29a0a

Please sign in to comment.