Skip to content

Commit 3b69f37

Browse files
authored
Merge pull request #1335 from NickeZ/niklas/add-arm-gdb-dep
Add libncurses5 to container
2 parents 5ce4a18 + c4be813 commit 3b69f37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.containerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
42
1+
43

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ RUN apt-get update && apt-get install -y \
7070
doxygen \
7171
graphviz
7272

73+
# Dependencies of ARM Toolchain (specifically GDB)
74+
RUN apt-get update && apt-get install -y \
75+
libncurses5
76+
7377
# Set gcc-10 as the default gcc
7478
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
7579
RUN update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-10 100

0 commit comments

Comments
 (0)