Improve salt-master configuration

This commit is contained in:
Carlos Álvaro
2018-11-12 09:45:04 +01:00
parent d5ce69ec38
commit e7c8dc1167
4 changed files with 194 additions and 52 deletions

View File

@@ -19,6 +19,7 @@ ENV SALT_VERSION="2018.3.3" \
ENV SALT_DOCKER_DIR="/etc/docker-salt" \
SALT_ROOT_DIR="/etc/salt" \
SALT_CACHE_DIR='/var/cache/salt' \
SALT_USER="salt" \
SALT_HOME="/home/salt"
@@ -42,7 +43,7 @@ RUN apt-get update
RUN apt-get install --yes --quiet --no-install-recommends \
sudo ca-certificates wget locales pkg-config openssh-client \
python${PYTHON_VERSION} python${PYTHON_VERSION}-dev \
python3-pip python3-setuptools python3-wheel
python3-pip python3-setuptools python3-wheel gettext-base
# Configure locales
RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \