diff --git a/coffea-dask/Dockerfile.almalinux8 b/coffea-dask/Dockerfile.almalinux8 index 1cf8d6e..a83f7b5 100644 --- a/coffea-dask/Dockerfile.almalinux8 +++ b/coffea-dask/Dockerfile.almalinux8 @@ -7,7 +7,7 @@ ENV PYTHON_VERSION=${python} RUN yum -y install epel-release \ && yum -y update \ - && yum -y install git curl bzip2 libgfortran which zsh emacs vim htop man man-pages \ + && yum -y install wget git bzip2 libgfortran which zsh emacs vim htop man man-pages \ && wget -O Miniforge3.sh "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" \ && bash Miniforge3.sh -bfp /usr/local \ && rm -rf /tmp/mambaforge.sh \