We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86775b commit e87b74dCopy full SHA for e87b74d
elasticsearch/Dockerfile.origin
@@ -35,6 +35,7 @@ RUN yum install -y --nogpgcheck \
35
unzip" && \
36
yum install -y ${packages} && \
37
rpm -V ${packages} && \
38
+ alternatives --set python /usr/bin/python3 && \
39
yum clean all
40
41
ADD extra-jvm.options ci-env.sh install-es.sh /var/tmp
0 commit comments