Skip to content

Commit

Permalink
add gdb to fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
romange committed Dec 5, 2023
1 parent 306d8fe commit 5ad6b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora30-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./install_boost.sh /tmp/

RUN dnf install -y automake gcc-c++ git cmake libtool make ninja-build \
openssl-devel libunwind-devel autoconf-archive patch wget bzip2 \
openssl-static zlib-devel
openssl-static zlib-devel gdb

RUN dnf install -y bison libzstd-static --releasever=32 \
&& dnf clean all && rm -rf /var/cache/yum
Expand Down

0 comments on commit 5ad6b33

Please sign in to comment.