Skip to content

Commit 8da0c57

Browse files
Merge pull request #2094 from Red-GV/hotfix-es-docker-py
Setting python alternatives to python3
2 parents e408e67 + e87b74d commit 8da0c57

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)