Skip to content

Commit

Permalink
We need curl for mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 13, 2024
1 parent 93860e8 commit a933627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffea-base/Dockerfile.almalinux9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHON_VERSION=${python}

RUN yum -y install epel-release \
&& yum -y update \
&& yum -y install git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& yum -y --allowerasing install curl-minimal curl git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& curl -sSL https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Mambaforge-Linux-x86_64.sh -o /tmp/mambaforge.sh \
&& bash /tmp/mambaforge.sh -bfp /usr/local \
&& rm -rf /tmp/mambaforge.sh \
Expand Down
2 changes: 1 addition & 1 deletion coffea-dask/Dockerfile.almalinux9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHON_VERSION=${python}

RUN yum -y install epel-release \
&& yum -y update \
&& yum -y install git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& yum -y --allowerasing install curl-minimal curl git bzip2 libgfortran which zsh emacs vim htop man man-pages \
&& curl -sSL https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Mambaforge-Linux-x86_64.sh -o /tmp/mambaforge.sh \
&& bash /tmp/mambaforge.sh -bfp /usr/local \
&& rm -rf /tmp/mambaforge.sh \
Expand Down

0 comments on commit a933627

Please sign in to comment.