From 0a60f500a4490448ab7ce7e26d4604ab35afcae9 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 Oct 2025 18:56:37 -0500 Subject: [PATCH] Removed screen and htop add epel --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a714aee..834c24c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM rockylinux/rockylinux:9 -RUN dnf update -y && \ +RUN dnf install -y epel-release && \ + dnf update -y && \ dnf install -y \ iputils \ iproute \ @@ -17,9 +18,7 @@ RUN dnf update -y && \ curl \ git \ tree \ - htop \ tmux \ - screen \ nano \ unzip \ tar \