Skip to content

Commit

Permalink
add zstd to integration image
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 9, 2025
1 parent 0b0a196 commit 850574b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/conda-integration.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 850574b

Please sign in to comment.