Removed screen and htop add epel
Some checks are pending
Build and publish Docker image / build-and-push (push) Waiting to run

This commit is contained in:
2025-10-22 18:56:37 -05:00
parent b0262ab897
commit 0a60f500a4

View File

@@ -1,6 +1,7 @@
FROM rockylinux/rockylinux:9 FROM rockylinux/rockylinux:9
RUN dnf update -y && \ RUN dnf install -y epel-release && \
dnf update -y && \
dnf install -y \ dnf install -y \
iputils \ iputils \
iproute \ iproute \
@@ -17,9 +18,7 @@ RUN dnf update -y && \
curl \ curl \
git \ git \
tree \ tree \
htop \
tmux \ tmux \
screen \
nano \ nano \
unzip \ unzip \
tar \ tar \