make sure tzdata is installed
This commit is contained in:
parent
230d7a930f
commit
34bd032487
@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
# Install GTK, pulseaudio and fonts
|
# Install GTK, pulseaudio and fonts
|
||||||
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 \
|
||||||
libcanberra-gtk-module libexif12 pulseaudio attr \
|
libcanberra-gtk-module libexif12 pulseaudio attr \
|
||||||
fonts-dejavu-core fonts-freefont-ttf fonts-guru-extra \
|
fonts-dejavu-core fonts-freefont-ttf fonts-guru-extra \
|
||||||
fonts-kacst fonts-kacst-one fonts-khmeros-core fonts-lao \
|
fonts-kacst fonts-kacst-one fonts-khmeros-core fonts-lao \
|
||||||
|
Loading…
Reference in New Issue
Block a user