Skip to content

Commit e87b74d

Browse files
committed
Allowing python3 to respond to python
1 parent b86775b commit e87b74d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch/Dockerfile.origin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN yum install -y --nogpgcheck \
3535
unzip" && \
3636
yum install -y ${packages} && \
3737
rpm -V ${packages} && \
38+
alternatives --set python /usr/bin/python3 && \
3839
yum clean all
3940

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

0 commit comments

Comments
 (0)