From 37fa4af635bfdfff3f1fcd49b1999494cdb6d6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NEDJAR?= Date: Tue, 10 Sep 2024 12:02:54 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 788bd73..e2eeff7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,4 +61,5 @@ RUN cd /usr/bin && # This is required to get arm-none-eabi-gdb working RUN cd /usr/lib/x86_64-linux-gnu && \ ln -s libncurses.so.6 libncurses.so.5 && \ + ln -s libncursesw.so.6 libncursesw.so.5 && \ ln -s libtinfo.so.6 libtinfo.so.5