mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
keep building pysqlite3
This commit is contained in:
parent
18e1eca914
commit
57d0aabd56
@ -164,8 +164,8 @@ COPY docker/main/requirements.txt /requirements.txt
|
||||
RUN pip3 install -r /requirements.txt
|
||||
|
||||
# Build pysqlite3 from source
|
||||
# COPY docker/main/build_pysqlite3.sh /build_pysqlite3.sh
|
||||
# RUN /build_pysqlite3.sh
|
||||
COPY docker/main/build_pysqlite3.sh /build_pysqlite3.sh
|
||||
RUN /build_pysqlite3.sh
|
||||
|
||||
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt
|
||||
RUN pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user