mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 05:38:25 +03:00
Add tzdata so timestamps display in local timezone
This commit is contained in:
parent
a60b9211d2
commit
38c13ec4dd
@ -17,6 +17,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
# VAAPI drivers for Intel hardware accel
|
# VAAPI drivers for Intel hardware accel
|
||||||
libva-drm2 libva2 i965-va-driver vainfo \
|
libva-drm2 libva2 i965-va-driver vainfo \
|
||||||
|
tzdata \
|
||||||
&& python3.7 -m pip install -U wheel setuptools \
|
&& python3.7 -m pip install -U wheel setuptools \
|
||||||
&& python3.7 -m pip install -U \
|
&& python3.7 -m pip install -U \
|
||||||
opencv-python-headless \
|
opencv-python-headless \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user