Skip to content
Snippets Groups Projects
Commit 3ebbc5e9 authored by Kabir Oberai's avatar Kabir Oberai
Browse files

Update GDB

Needed for MI breakpoints
parent d877222c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM ubuntu:18.04 ...@@ -2,7 +2,7 @@ FROM ubuntu:18.04
# Update gcc - ubuntu is used cause seems alpine gets upset # Update gcc - ubuntu is used cause seems alpine gets upset
RUN apt-get update && \ RUN apt-get update && \
apt-get install --no-install-recommends -y gcc make wget g++ python3 libncurses-dev python3-pip git && \ apt-get install --no-install-recommends -y gcc make wget g++ python3 libncurses-dev python3-pip git bear && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Setup directories # Setup directories
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment