Dockerfile: install tzdata apt package

This commit is contained in:
Dawid Dziurla 2020-01-05 19:46:10 +01:00
parent c0b9167642
commit 03028d57ce
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -20,6 +20,7 @@ RUN apt-get update \
patch \
sudo \
uuid-runtime \
tzdata \
&& rm -rf /var/lib/apt/lists/*
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \