Skip to content

Commit

Permalink
Update libncurses version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb authored Sep 10, 2024
1 parent 65214cc commit 154876b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,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.2 libncurses.so.5 && \
ln -s libtinfo.so.6.2 libtinfo.so.5
ln -s libncurses.so.6 libncurses.so.5 && \
ln -s libtinfo.so.6 libtinfo.so.5

0 comments on commit 154876b

Please # to comment.