Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb authored Sep 10, 2024
1 parent 154876b commit 37fa4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 37fa4af

Please # to comment.