make sure tzdata is installed

This commit is contained in:
Andy 2017-04-24 16:47:39 +02:00
parent aaa6c6e68f
commit 09074b8f7c

View File

@ -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 \