Skip to content

Commit

Permalink
install pgrep on salt-master docker
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Mar 21, 2023
1 parent b629d64 commit c83e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/salt-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gpgkey=https://repo.saltproject.io/py3/redhat/\$releasever/\$basearch/archive/%s
&& dnf install -y git \
&& pip3 install "git+https://github.com/kubernetes-client/python.git@cef5e9bd10a6d5ca4d9c83da46ccfe2114cdaaf8#egg=kubernetes" \
&& dnf remove -y git \
&& dnf install -y salt-master salt-api salt-ssh openssh-clients \
&& dnf install -y salt-master salt-api salt-ssh openssh-clients pgrep \
&& dnf clean all

# Set up locale
Expand Down

0 comments on commit c83e413

Please sign in to comment.