mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Removed wrong instruction from Dockerfile
This commit is contained in:
parent
008f3a247e
commit
7181ecabb8
@ -71,8 +71,5 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
gperf \
|
||||
alien
|
||||
|
||||
|
||||
RUN git clone https://github.com/uber/h3 && cd h3 && cmake . && make && make install && cd .. && rm -rf h3
|
||||
|
||||
COPY build.sh /
|
||||
CMD ["/bin/bash", "/build.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user