diff --git a/compute/compute-node.Dockerfile b/compute/compute-node.Dockerfile index 0d4c127611..5a65261f38 100644 --- a/compute/compute-node.Dockerfile +++ b/compute/compute-node.Dockerfile @@ -148,7 +148,7 @@ RUN case $DEBIAN_VERSION in \ apt install --no-install-recommends --no-install-suggests -y \ ninja-build git autoconf automake libtool build-essential bison flex libreadline-dev \ zlib1g-dev libxml2-dev libcurl4-openssl-dev libossp-uuid-dev wget ca-certificates pkg-config libssl-dev \ - libicu-dev libxslt1-dev liblz4-dev libzstd-dev zstd curl unzip g++ \ + libicu-dev libxslt1-dev liblz4-dev libzstd-dev zstd curl unzip g++ libfmt-dev \ libclang-dev \ $VERSION_INSTALLS \ && apt clean && rm -rf /var/lib/apt/lists/* && \