mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Install base dependencies (git, wget...). It was commented by mistake in previous commit
This commit is contained in:
parent
a9cb1f4690
commit
a63a385f5d
@ -71,6 +71,11 @@ echo "Deploying Frigate stack..."
|
||||
|
||||
cd /opt
|
||||
|
||||
apt update
|
||||
apt upgrade -y
|
||||
#I tried to install all the dependencies at the beginning, but it induced an error when building nginx, so I kept them in the same order of the Dockerfile
|
||||
apt install -y git automake build-essential wget xz-utils
|
||||
|
||||
#Pull Frigate from repo
|
||||
git clone https://github.com/blakeblackshear/frigate.git
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user