mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Add tzdata to build images
This commit is contained in:
parent
964f98686e
commit
a4eca201b4
@ -26,6 +26,7 @@ RUN apt-get update -y \
|
||||
libicu-dev \
|
||||
libreadline-dev \
|
||||
ninja-build \
|
||||
git
|
||||
git \
|
||||
tzdata
|
||||
|
||||
CMD mkdir -p build/build_result && cd build/build_result && cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSANITIZE=$SANITIZER $CMAKE_FLAGS && ninja && mv ./dbms/programs/clickhouse* /output
|
||||
|
@ -52,7 +52,9 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
libre2-dev \
|
||||
libjemalloc-dev \
|
||||
unixodbc-dev \
|
||||
odbcinst
|
||||
odbcinst \
|
||||
tzdata
|
||||
|
||||
|
||||
|
||||
CMD /bin/bash build/release --no-pbuilder && mv /*.deb /output
|
||||
|
Loading…
Reference in New Issue
Block a user