Skip to content
Merged

rg #35

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions openstack-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Loading