Add tzdata so timestamps display in local timezone

This commit is contained in:
Anthony Pluth 2020-05-12 09:19:15 -05:00 committed by GitHub
parent a60b9211d2
commit 38c13ec4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
ffmpeg \
# VAAPI drivers for Intel hardware accel
libva-drm2 libva2 i965-va-driver vainfo \
tzdata \
&& python3.7 -m pip install -U wheel setuptools \
&& python3.7 -m pip install -U \
opencv-python-headless \