Fix package name in docker file: tzata -> tzdata

This commit is contained in:
Ilya 2020-05-28 13:30:29 +03:00 committed by GitHub
parent 2a217e64e0
commit bc773be0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ RUN apt-get update \
locales \
ca-certificates \
wget \
tzata \
tzdata \
&& rm -rf \
/var/lib/apt/lists/* \
/var/cache/debconf \