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
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 \