Skip to content

Commit ae233a6

Browse files
author
Julio Guerra
committed
Fix the docker image build failure
Add a missing library dependency leading to the failure of the GDB installation checks.
2 parents 526c05e + 488a11b commit ae233a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
1919
bzip2 \
2020
curl \
2121
make \
22+
libncurses5 \
2223
ca-certificates
2324

2425
# Official distribution of the ARM Toolchain

0 commit comments

Comments
 (0)