Add go2rtc to devcontainer (#130380)

pull/130390/head
Robert Resch 2024-11-11 20:13:20 +01:00 committed by GitHub
parent c89bf6a9aa
commit c54369fe93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ RUN \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Add go2rtc binary
COPY --from=ghcr.io/alexxit/go2rtc:latest /usr/local/bin/go2rtc /bin/go2rtc
# Install uv
RUN pip3 install uv