Skip to content

Commit

Permalink
Add epel release to be able to merge pull request #22
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 13, 2024
1 parent 6eb2551 commit 3cfd5b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion coffea-base/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG releasev0

ENV PYTHON_VERSION=${python}

RUN yum -y update \
RUN yum -y install epel-release \
&& yum -y update \
&& yum -y install git curl bzip2 libgfortran which \
&& 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 \
Expand Down
3 changes: 2 additions & 1 deletion coffea-dask/Dockerfile.almalinux8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG release

ENV PYTHON_VERSION=${python}

RUN yum -y update \
RUN yum -y install epel-release \
&& yum -y update \
&& yum -y install git curl bzip2 libgfortran which zsh \
&& 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 \
Expand Down

0 comments on commit 3cfd5b8

Please sign in to comment.