Pull go2rtc dependency

This commit is contained in:
Nick Mowen 2022-10-13 13:31:31 -06:00
parent b4d4adb75b
commit 0aa5e3509f

View File

@ -117,6 +117,10 @@ RUN apt-get -qq update \
ENV PATH=$PATH:/usr/lib/btbn-ffmpeg/bin ENV PATH=$PATH:/usr/lib/btbn-ffmpeg/bin
# install go2rtc
RUN wget -O go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-beta.8/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc
COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/ COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/
# get model and labels # get model and labels