Merge pull request #6889 from dawidd6/dockerfile-tzdata

Dockerfile: install tzdata apt package
This commit is contained in:
Michka Popoff 2020-01-05 22:46:32 +01:00 committed by GitHub
commit 40765b4a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \