We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce4a18 commit c4be813Copy full SHA for c4be813
.containerversion
@@ -1 +1 @@
1
-42
+43
Dockerfile
@@ -70,6 +70,10 @@ RUN apt-get update && apt-get install -y \
70
doxygen \
71
graphviz
72
73
+# Dependencies of ARM Toolchain (specifically GDB)
74
+RUN apt-get update && apt-get install -y \
75
+ libncurses5
76
+
77
# Set gcc-10 as the default gcc
78
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100
79
RUN update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-10 100
0 commit comments