Run salt-master as salt user

This commit is contained in:
Carlos Álvaro
2018-11-09 23:44:16 +01:00
parent 13f75f64ea
commit 886c85e1a3
6 changed files with 42 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ WORKDIR ${SALT_BUILD_DIR}
# Install packages
RUN apt-get update
RUN apt-get install --yes --quiet --no-install-recommends \
ca-certificates wget locales pkg-config openssh-client \
sudo ca-certificates wget locales pkg-config openssh-client \
python${PYTHON_VERSION} python${PYTHON_VERSION}-dev \
python3-pip python3-setuptools python3-wheel