Skip to content

Commit

Permalink
Add procps for rvm (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Jun 12, 2024
1 parent 7c1ff1f commit 1a78546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV NVM_DIR="/root/.nvm"

# General Deps
RUN yum -y groupinstall "Development Tools" && \
yum -y install ca-certificates createrepo dnf epel-release git rpm-build squashfs-tools vim wget && \
yum -y install ca-certificates createrepo dnf epel-release git procps rpm-build squashfs-tools vim wget && \
# jq relies on epel
yum -y install jq && \
yum clean all
Expand Down

0 comments on commit 1a78546

Please sign in to comment.