From f99497e4b1ff88493972b2c909d34a8513591ed7 Mon Sep 17 00:00:00 2001 From: Nick <38217274+NJManganelli@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:29:23 -0500 Subject: [PATCH 1/2] Update Dockerfile.almalinux8 with emacs vim and htop --- coffea-dask/Dockerfile.almalinux8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffea-dask/Dockerfile.almalinux8 b/coffea-dask/Dockerfile.almalinux8 index 3c8dadf..0e3bf66 100644 --- a/coffea-dask/Dockerfile.almalinux8 +++ b/coffea-dask/Dockerfile.almalinux8 @@ -6,7 +6,7 @@ ARG release ENV PYTHON_VERSION=${python} RUN yum -y update \ - && yum -y install git curl bzip2 libgfortran which zsh \ + && yum -y install git curl bzip2 libgfortran which zsh emacs vim htop\ && 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 \ From e4018db6a3fdb1feb129dabc90adbec4671eb4d0 Mon Sep 17 00:00:00 2001 From: Nick <38217274+NJManganelli@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:16:20 -0500 Subject: [PATCH 2/2] Update Dockerfile.almalinux8 with manual --- coffea-dask/Dockerfile.almalinux8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffea-dask/Dockerfile.almalinux8 b/coffea-dask/Dockerfile.almalinux8 index 0e3bf66..5f9a4a5 100644 --- a/coffea-dask/Dockerfile.almalinux8 +++ b/coffea-dask/Dockerfile.almalinux8 @@ -6,7 +6,7 @@ ARG release ENV PYTHON_VERSION=${python} RUN yum -y update \ - && yum -y install git curl bzip2 libgfortran which zsh emacs vim htop\ + && yum -y install git curl 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 \