From 3b711f6143269dfda84eb2c0b7ad0e0fcfcc5c60 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Thu, 4 Dec 2025 02:10:32 -0500 Subject: [PATCH] fix(docker): add arm build toolchain for zstd compile (#9445) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f71c53e008..6819f4736b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ ENV TRIVY_VERSION=${TRIVY_VERSION} # hadolint ignore=DL3008 RUN apt-get update && apt-get install -y --no-install-recommends \ wget libicu72 libunwind8 libssl3 libcurl4 ca-certificates apt-transport-https gnupg \ + build-essential pkg-config libzstd-dev zlib1g-dev \ && rm -rf /var/lib/apt/lists/* # Install PowerShell