Skip to content

Commit

Permalink
Add libncurses5 to container
Browse files Browse the repository at this point in the history
This is a dependency for runnning arm-none-eabi-gdb.
  • Loading branch information
NickeZ committed Dec 3, 2024
1 parent 5ce4a18 commit 36fa4b4
Show file tree
Hide file tree
Showing 2 changed files with 4 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
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ RUN apt-get update && apt-get install -y \
doxygen \
graphviz

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 36fa4b4

Please sign in to comment.