feat(dev): add gdb

Required for local or remote debugging.

Closes: zmkfirmware/zmk-docker#7
PR: zmkfirmware/zmk-docker#54
This commit is contained in:
innovaker
2021-05-18 11:28:16 +01:00
parent e656baa7da
commit fe276be4a9
2 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ RUN \
&& apt-get -y install --no-install-recommends \
clang-format \
g++-multilib \
gdb \
gpg \
gpg-agent \
less \