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 \