mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add missing boost libraries into docker image
This commit is contained in:
parent
8ec3ab9c9f
commit
0731f2293d
@ -54,6 +54,8 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
libboost-system-dev \
|
||||
libboost-filesystem-dev \
|
||||
libboost-thread-dev \
|
||||
libboost-iostreams-dev \
|
||||
libboost-regex-dev \
|
||||
zlib1g-dev \
|
||||
liblz4-dev \
|
||||
libdouble-conversion-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user