Removed screen and htop add epel
Some checks are pending
Build and publish Docker image / build-and-push (push) Waiting to run
Some checks are pending
Build and publish Docker image / build-and-push (push) Waiting to run
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user