Skip to content

Commit

Permalink
Agg missing wget
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 25, 2024
1 parent a684b34 commit 0219515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffea-dask/Dockerfile.almalinux8
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 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 \
Expand Down

0 comments on commit 0219515

Please sign in to comment.