Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Merge requests
!36
Add xz to docker image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add xz to docker image
ci-fixes-2024
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Levi Pfantz
requested to merge
ci-fixes-2024
into
develop
5 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
93fd7a21
1 commit,
5 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
buildbucket/Dockerfile
+
1
−
1
Options
@@ -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