Return tzdata

This commit is contained in:
alesapin 2020-05-14 21:37:13 +03:00
parent bab624a628
commit a014a74e8a
3 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -28,7 +28,7 @@ Description: Client binary for ClickHouse
Package: clickhouse-common-static
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, tzdata
Suggests: clickhouse-common-static-dbg
Replaces: clickhouse-common, clickhouse-server-base
Provides: clickhouse-common, clickhouse-server-base

View File

@ -17,6 +17,7 @@ RUN apt-get update \
clickhouse-client=$version \
clickhouse-common-static=$version \
locales \
tzdata \
&& rm -rf /var/lib/apt/lists/* /var/cache/debconf \
&& apt-get clean

View File

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