mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix binary image
This commit is contained in:
parent
857c39fe48
commit
72f3fbb630
@ -35,7 +35,8 @@ RUN apt-get update -y \
|
||||
cmake \
|
||||
gdb \
|
||||
rename \
|
||||
wget
|
||||
wget \
|
||||
build-essential
|
||||
|
||||
# This symlink required by gcc to find lld compiler
|
||||
RUN ln -s /usr/bin/lld-9 /usr/bin/ld.lld
|
||||
|
Loading…
Reference in New Issue
Block a user