mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add gdb to build images
This commit is contained in:
parent
f1d86d55e8
commit
e9b7bd7ed7
@ -55,7 +55,8 @@ RUN apt-get update -y \
|
||||
git \
|
||||
tzdata \
|
||||
gperf \
|
||||
cmake
|
||||
cmake \
|
||||
gdb
|
||||
|
||||
COPY build.sh /
|
||||
CMD ["/bin/bash", "/build.sh"]
|
||||
|
@ -78,8 +78,10 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
gperf \
|
||||
alien \
|
||||
libcapnp-dev \
|
||||
cmake
|
||||
cmake \
|
||||
gdb
|
||||
|
||||
|
||||
COPY build.sh /
|
||||
|
||||
CMD ["/bin/bash", "/build.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user