Skip to content

Commit

Permalink
Allowing python3 to respond to python
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-GV committed Mar 26, 2021
1 parent b86775b commit e87b74d
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 e87b74d

Please sign in to comment.