# NOTE: This hash is pinned to avoid version and environment differences.
FROM ubuntu:24.04@sha256:4fdf0125919d24aec972544669dcd7d6a26a8ad7e6561c73d5549bd6db258ac2

RUN apt update && apt install -y \
      libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev \
      libiberty-dev autoconf gcc bear dwarves cpio wget bc \
      && apt clean \
      && rm -rf /var/lib/apt/lists/*

CMD /bin/sh
