mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-01 21:19:17 -06:00
add all jellyfin-ffmpeg binaries to path
This commit is contained in:
parent
e33cd442cd
commit
b75929a846
@ -81,7 +81,6 @@ RUN apt-get -qq update \
|
||||
libedgetpu1-max python3-tflite-runtime python3-pycoral \
|
||||
jellyfin-ffmpeg \
|
||||
&& pip3 install -U /wheels/*.whl \
|
||||
&& ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/bin/ffmpeg \
|
||||
# amd64 specific packages
|
||||
&& if [ "${TARGETARCH}" = "amd64" ]; then \
|
||||
apt-get -qq install --no-install-recommends -y \
|
||||
@ -93,6 +92,8 @@ RUN apt-get -qq update \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV PATH=$PATH:/usr/lib/jellyfin-ffmpeg
|
||||
|
||||
COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/
|
||||
|
||||
# get model and labels
|
||||
|
Loading…
Reference in New Issue
Block a user