Skip to content

Commit

Permalink
added gdb to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Feb 27, 2022
1 parent b22947f commit efb9755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/hyperarrow-dev.dockerfile
Expand Up @@ -4,8 +4,9 @@ RUN apt update
RUN apt-get install -y \
build-essential \
clang-format \
libboost-system-dev \
cmake \
libboost-system-dev \
gdb \
git

# https://arrow.apache.org/install/
Expand Down

0 comments on commit efb9755

Please sign in to comment.