Skip to content

Commit

Permalink
[vscode] Fix debugging with arm-none-eabi-gdb (#27551)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ATmobica authored and pull[bot] committed Sep 22, 2023
1 parent 8481f3b commit 1648460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update \
docker.io \
iputils-ping net-tools \
libncurses5 \
libncursesw5 \
libpython2.7 \
&& :

Expand Down

0 comments on commit 1648460

Please sign in to comment.