make sure tzdata is installed
This commit is contained in:
parent
aaa6c6e68f
commit
09074b8f7c
@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
# Keep the image updated and install the dependencies
|
# Keep the image updated and install the dependencies
|
||||||
RUN apt-get update && \
|
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 \
|
bzip2 libgtk2.0-0 libgtk-3-0 libdbus-glib-1-2 libxt6 attr \
|
||||||
pulseaudio libgl1-mesa-glx x264 \
|
pulseaudio libgl1-mesa-glx x264 \
|
||||||
libpango1.0-0 libv4l-0 \
|
libpango1.0-0 libv4l-0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user