mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
Pull sqlite3 from mirror (#19540)
* Pull sqlite3 from mirror * Remove extra wget * Adjust folder name * Use pre-built sqlite * Include unzip
This commit is contained in:
@@ -152,7 +152,7 @@ ARG TARGETARCH
|
||||
# Use a separate container to build wheels to prevent build dependencies in final image
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
apt-transport-https wget \
|
||||
apt-transport-https wget unzip \
|
||||
&& apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
python3.11 \
|
||||
|
||||
Reference in New Issue
Block a user