mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-18 00:16:41 +01:00
Move deps
This commit is contained in:
parent
2b55921bef
commit
0e09649262
@ -158,7 +158,6 @@ RUN apt-get -qq update \
|
|||||||
gfortran openexr libatlas-base-dev libssl-dev\
|
gfortran openexr libatlas-base-dev libssl-dev\
|
||||||
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
|
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
|
||||||
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
|
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
|
||||||
libgl1 libglib2.0-0 \
|
|
||||||
# sqlite3 dependencies
|
# sqlite3 dependencies
|
||||||
tclsh \
|
tclsh \
|
||||||
# scipy dependencies
|
# scipy dependencies
|
||||||
|
@ -16,7 +16,9 @@ apt-get -qq install --no-install-recommends -y \
|
|||||||
curl \
|
curl \
|
||||||
lsof \
|
lsof \
|
||||||
jq \
|
jq \
|
||||||
nethogs
|
nethogs \
|
||||||
|
libgl1 \
|
||||||
|
libglib2.0-0
|
||||||
|
|
||||||
# ensure python3 defaults to python3.9
|
# ensure python3 defaults to python3.9
|
||||||
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
|
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
|
||||||
|
Loading…
Reference in New Issue
Block a user