Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
GDB master now requires libgmp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 4, 2021
1 parent 7a1e054 commit 27b57ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/cdt-infra-all-gdbs/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
bison \
flex \
libgmp-dev \
libexpat1-dev \
libmpfr-dev \
libncurses-dev \
Expand Down
1 change: 1 addition & 0 deletions docker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ USER root
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
gdb \
libgmp-dev \
libexpat1-dev \
libipt1 \
libmpfr-dev \
Expand Down

0 comments on commit 27b57ce

Please sign in to comment.