Skip to content

Commit

Permalink
images: don't use etcd3 0.11.0 in salt-master
Browse files Browse the repository at this point in the history
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
  • Loading branch information
NicolasT committed Dec 12, 2019
1 parent edb50cc commit 63ff005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/salt-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gpgkey=https://repo.saltstack.com/yum/redhat/\$releasever/\$basearch/archive/%s/
&& yum install -y epel-release \
&& yum install -y python2-kubernetes salt-master salt-api salt-ssh openssh-clients \
&& yum install -y python-pip \
&& pip install etcd3 \
&& pip install "etcd3 != 0.11.0" \
&& yum clean all

# salt-master, salt-api
Expand Down

0 comments on commit 63ff005

Please sign in to comment.