Skip to content
Snippets Groups Projects

Add xz to docker image

Merged Levi Pfantz requested to merge ci-fixes-2024 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ COPY buildbucket_environment.yaml .
COPY package.sh .
# Install the `which` command for debugging
RUN dnf -y install which git findutils && dnf clean all
RUN dnf -y install which git findutils xz && dnf clean all
# Download and install miniforge
# https://github.com/conda-forge/miniforge#miniforge
Loading