Skip to content

Commit

Permalink
Fix devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 16, 2024
1 parent af2da55 commit 2fec22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN --mount=type=bind,source=./docker/main/requirements-dev.txt,target=/workspace/frigate/requirements-dev.txt \
pip3 install -r requirements-dev.txt
pip3 install -r requirements-dev.txt --break-system-packages

HEALTHCHECK NONE

Expand Down

0 comments on commit 2fec22f

Please sign in to comment.