Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
upgrade to salt 3004.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janniswarnat committed Mar 29, 2022
1 parent 62ee2f7 commit 1add01c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build_minion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ FROM debian:bullseye
# && rm -rf /var/lib/apt/lists/* \

RUN apt-get update
RUN apt-get install -y salt-minion
RUN apt-get install -y man
RUN apt-get install -y telnet
RUN apt-get install -y inetutils-ping
RUN apt-get install -y curl

RUN curl -fsSL -o /usr/share/keyrings/salt-archive-keyring.gpg https://repo.saltproject.io/py3/debian/11/amd64/latest/salt-archive-keyring.gpg
RUN echo "deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/latest bullseye main" | tee /etc/apt/sources.list.d/salt.list

RUN apt-get update
RUN apt-get install -y salt-minion


RUN mkdir -p /var/lib/salt/pki/minion

Expand Down

0 comments on commit 1add01c

Please sign in to comment.