Skip to content

Commit

Permalink
Install libdebuginfod-dev in our Dockerfile
Browse files Browse the repository at this point in the history
Now that we link directly to libdebuginfod.so, we need that library to
be available whenever we're built from source.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek authored and pablogsal committed May 30, 2024
1 parent c0579d3 commit 71c729a
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 @@ -5,6 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --force-yes --no-install-recommends \
build-essential \
libdebuginfod-dev \
libunwind-dev \
liblz4-dev \
pkg-config \
Expand Down

0 comments on commit 71c729a

Please sign in to comment.