diff --git a/ci/docker/ubuntu-gnu-cpp.dockerfile b/ci/docker/ubuntu-gnu-cpp.dockerfile index d2e721e3c2..28c62c58f6 100644 --- a/ci/docker/ubuntu-gnu-cpp.dockerfile +++ b/ci/docker/ubuntu-gnu-cpp.dockerfile @@ -20,7 +20,7 @@ RUN apt-get update -y -q && \ ${zoltan_enabled:+gfortran-$(echo ${compiler} | cut -d- -f2)} \ brotli \ ca-certificates \ - linux-tools \ + linux-tools-$(uname -r) \ ccache \ curl \ git \