diff --git a/Dockerfile b/Dockerfile index 43c2737..5234cdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive # Keep the image updated and install the dependencies RUN apt-get update && \ - apt-get -y --no-install-recommends install ca-certificates \ + apt-get -y --no-install-recommends install ca-certificates tzdata \ bzip2 libgtk2.0-0 libgtk-3-0 libdbus-glib-1-2 libxt6 attr \ pulseaudio libgl1-mesa-glx x264 \ libpango1.0-0 libv4l-0 \