Skip to content

Commit

Permalink
add gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegT committed Dec 18, 2024
1 parent 89f7bdd commit 13cd007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER root

RUN apt-get update -y
RUN apt-get install -y curl libatomic1 libc-bin wget apt-transport-https ca-certificates gnupg
RUN apt-get install valgrind libc-devtools -y
RUN apt-get install valgrind libc-devtools gdb -y
RUN apt-get install google-perftools -y
RUN apt autoremove -y
RUN apt-get clean
Expand Down

0 comments on commit 13cd007

Please sign in to comment.