Skip to content

Commit 6a36f51

Browse files
committed
Add go2rtc binary to dev container
1 parent b704973 commit 6a36f51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile.dev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RUN \
3535
&& apt-get clean \
3636
&& rm -rf /var/lib/apt/lists/*
3737

38+
# Add go2rtc binary
39+
COPY --from=ghcr.io/alexxit/go2rtc:latest /usr/local/bin/go2rtc /bin/go2rtc
40+
3841
# Install uv
3942
RUN pip3 install uv
4043

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Strictly for tests
2-
pytest==8.3.1
2+
pytest==8.3.4
33
#pytest-cov==2.9.0
44
#pytest-homeassistant
55
pytest-homeassistant-custom-component==0.13.201

0 commit comments

Comments
 (0)