Skip to content

Commit

Permalink
Merge pull request #2094 from Red-GV/hotfix-es-docker-py
Browse files Browse the repository at this point in the history
Setting python alternatives to python3
  • Loading branch information
openshift-merge-robot authored Mar 29, 2021
2 parents e408e67 + e87b74d commit 8da0c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch/Dockerfile.origin
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN yum install -y --nogpgcheck \
unzip" && \
yum install -y ${packages} && \
rpm -V ${packages} && \
alternatives --set python /usr/bin/python3 && \
yum clean all

ADD extra-jvm.options ci-env.sh install-es.sh /var/tmp
Expand Down

0 comments on commit 8da0c57

Please sign in to comment.