Skip to content

Commit

Permalink
Add install of gdb to DockerfileDev
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 25, 2024
1 parent b7d0736 commit a49fdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/DockerfileDev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install
RUN apt update \
&& apt upgrade -y \
&& apt install -y sudo cmake curl git python3 wget gnupg2 g++ gcc software-properties-common locales \
&& apt install -y sudo cmake curl git python3 wget gnupg2 g++ gcc software-properties-common locales gdb \
&& locale-gen en_US.UTF-8

# Set environment variables to use UTF-8
Expand Down

0 comments on commit a49fdb4

Please sign in to comment.