Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 54bbb3d

Browse files
authored
Adding packages (gdb and file) used in core file analysis. (#9)
1 parent 9638c9e commit 54bbb3d

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

images/docker/cbdb/build/rocky8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ RUN dnf makecache && \
8484
bison \
8585
bzip2-devel \
8686
diffutils \
87+
file \
8788
flex \
8889
gcc \
8990
gcc-c++ \
91+
gdb \
9092
glibc-langpack-en \
9193
glibc-locale-source \
9294
iproute \

images/docker/cbdb/build/rocky9/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ RUN dnf makecache && \
8484
bison \
8585
cmake3 \
8686
ed \
87+
file \
8788
flex \
8889
gcc \
8990
gcc-c++ \
91+
gdb \
9092
glibc-langpack-en \
9193
glibc-locale-source \
9294
initscripts \

images/docker/cbdb/test/rocky8/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ ENV LANG=en_US.UTF-8
7777
# to reduce the image size.
7878
# --------------------------------------------------------------------
7979
RUN dnf install -y \
80+
file \
81+
gdb \
8082
glibc-locale-source \
8183
make \
8284
openssh \

images/docker/cbdb/test/rocky9/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ ENV LANG=en_US.UTF-8
7777
# to reduce the image size.
7878
# --------------------------------------------------------------------
7979
RUN dnf install -y \
80+
file \
81+
gdb \
8082
glibc-locale-source \
8183
make \
8284
openssh \

0 commit comments

Comments
 (0)