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

Update docker file to use rocky8

parent c992df3e
No related branches found
No related tags found
2 merge requests!37Merge work from 1.1 into master,!35Merge Feature g19 into develop
# To build:
# docker build -t gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:r$(date '+%Y%m%d') .
FROM --platform=linux/amd64 centos:7
FROM --platform=linux/amd64 rockylinux:8
WORKDIR /work
......@@ -8,7 +8,7 @@ COPY buildbucket_environment.yaml .
COPY package.sh .
# Install the `which` command for debugging
RUN yum -y install which git && yum clean all
RUN dnf -y install which git findutils && 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