use python3 for salt in docker
This commit is contained in:
parent
a79775c8af
commit
74b4971a32
|
@ -7,8 +7,8 @@ RUN adduser --no-create-home --disabled-password --gecos "" ${SALT_USER} && \
|
|||
echo "${SALT_USER}:${SALT_PASS}" | chpasswd && \
|
||||
apt-get update && \
|
||||
apt-get install -y ca-certificates wget gnupg2 gettext-base tzdata supervisor && \
|
||||
wget -O - https://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add - && \
|
||||
echo 'deb http://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest bionic main' | tee /etc/apt/sources.list.d/saltstack.list && \
|
||||
wget -O - https://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest/SALTSTACK-GPG-KEY.pub | apt-key add - && \
|
||||
echo 'deb http://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest bionic main' | tee /etc/apt/sources.list.d/saltstack.list && \
|
||||
apt-get update && \
|
||||
apt-get install -y salt-master salt-api && \
|
||||
mkdir -p /var/log/supervisor
|
||||
|
|
Loading…
Reference in New Issue