From af62aebc785d6a3e914546fcfddb68eea4efa461 Mon Sep 17 00:00:00 2001 From: Julien Chastang Date: Thu, 13 Aug 2026 09:58:19 -0600 Subject: [PATCH] rg --- openstack-container/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openstack-container/Dockerfile b/openstack-container/Dockerfile index 326336b..d896927 100644 --- a/openstack-container/Dockerfile +++ b/openstack-container/Dockerfile @@ -29,9 +29,10 @@ gpgcheck=0 \n\ gpgkey=https://yum.fury.io/nushell/gpg.key" \ | tee /etc/yum.repos.d/fury-nushell.repo && \ dnf -y update && dnf install -y epel-release && \ - dnf install -y man-db man-pages vim nano git wget unzip bind-utils gawk ncurses procps-ng \ - htop python3 telnet openssh openssh-clients openssl findutils diffutils \ - vi less kubectl python3-pip rsync jq nushell nmap-ncat iproute traceroute iputils && \ + dnf install -y man-db man-pages vim nano git wget unzip bind-utils gawk + ncurses procps-ng htop python3 telnet openssh openssh-clients openssl + findutils diffutils vi less kubectl python3-pip rsync jq nushell nmap-ncat + iproute traceroute iputils ripgrep && \ dnf clean all && rm -rf /var/cache/dnf && \ # gosu install start curl -fsSL $GOSU_URL -o /usr/local/bin/gosu && \