salt-call
Invoke salt locally on a salt minion. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-call.html>.
RUN apt-get update && \
apt-get install -y salt-common
RUN apt-get update && \
apt-get install -y salt-common
RUN apk add salt
RUN pacman -S --noconfirm salt
RUN dnf install -y salt-minion
RUN apt-get update && \
apt-get install -y salt-common