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.
2 parents e408e67 + e87b74d commit 8da0c57Copy full SHA for 8da0c57
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