diff --git a/Dockerfile b/Dockerfile index 929eef57c4..956c63f091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \