Skip to content
Snippets Groups Projects
Commit bbf25001 authored by Levi Pfantz's avatar Levi Pfantz
Browse files

Merge branch 'ci-fixes-2024' into 'develop'

Add xz to docker image

See merge request !36
parents 6a040989 93fd7a21
No related branches found
No related tags found
2 merge requests!37Merge work from 1.1 into master,!36Add xz to docker image
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment