Skip to content

Commit

Permalink
Avoid using broken version of PyYaml
Browse files Browse the repository at this point in the history
Link github.com/openshift/pull/1568
  • Loading branch information
Josef Karasek committed May 2, 2019
1 parent cc1c64c commit ddb39fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curator/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum install -y epel-release && \
rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
RUN yum install -y --setopt=tsflags=nodocs \
python-pip && \
pip install --no-cache-dir 'ruamel.yaml<=0.15' elasticsearch-curator==${CURATOR_VER} && \
pip install --no-cache-dir 'pyyaml==3.12' 'ruamel.yaml<=0.15' elasticsearch-curator==${CURATOR_VER} && \
yum clean all

COPY run.sh lib/oalconverter/* ${HOME}/
Expand Down

0 comments on commit ddb39fb

Please sign in to comment.