Skip to content

Commit

Permalink
Remove changes to python version. (#1826)
Browse files Browse the repository at this point in the history
This didn't work and breaks too many tools.

Undoes 89b7002, turns out #1823 was a
bad idea.
  • Loading branch information
katre authored Nov 29, 2023
1 parent 89b7002 commit f9f27f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildkite/docker/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,3 @@ RUN pushd /usr/local/src && \
rm -rf /usr/local/src/tar-1.34 && \
ln -s tar /usr/local/bin/gtar

# Ensure python3.6 (installed earlier) is the default.
# NOTE: This has to be after every `yum` command because the version of yum in Centos 7 is a python 2 app.
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 60

0 comments on commit f9f27f6

Please sign in to comment.