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
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user