Skip to content

Commit

Permalink
Merge pull request #1335 from NickeZ/niklas/add-arm-gdb-dep
Browse files Browse the repository at this point in the history
Add libncurses5 to container
  • Loading branch information
NickeZ authored Dec 3, 2024
2 parents 5ce4a18 + c4be813 commit 3b69f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .containerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42
43
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ RUN apt-get update && apt-get install -y \
doxygen \
graphviz

# Dependencies of ARM Toolchain (specifically GDB)
RUN apt-get update && apt-get install -y \
libncurses5

# Set gcc-10 as the default gcc
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
RUN update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-10 100
Expand Down

0 comments on commit 3b69f37

Please sign in to comment.