diff --git a/ci/docker/conda-integration.dockerfile b/ci/docker/conda-integration.dockerfile index bc268e484d019..3645e6911ed9e 100644 --- a/ci/docker/conda-integration.dockerfile +++ b/ci/docker/conda-integration.dockerfile @@ -38,7 +38,8 @@ RUN mamba install -q -y \ maven=${maven} \ nodejs=${node} \ yarn=${yarn} \ - openjdk=${jdk} && \ + openjdk=${jdk} \ + zstd && \ mamba clean --all --force-pkgs-dirs # Install Rust with only the needed components