Skip to content

Commit 1543802

Browse files
ATmobicapull[bot]
authored andcommitted
[vscode] Fix debugging with arm-none-eabi-gdb (#27551)
Add libncursesw5 to vscode Docker image. It's required by current version of arm-none-eabi-gdb (12.2). Signed-off-by: ATmobica <artur.tynecki@arm.com>
1 parent 04941a1 commit 1543802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
docker.io \
3838
iputils-ping net-tools \
3939
libncurses5 \
40+
libncursesw5 \
4041
libpython2.7 \
4142
&& :
4243

0 commit comments

Comments
 (0)