util/docker: Update coreboot-sdk to set python2 as default

Even though both python2 and python3 are now installed to the SDK, the
default python program is not.  This sets the default to python2.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I4220c316df86cb2481143a79fadb70fc734e6879
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46800
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2020-10-25 15:09:44 -06:00 committed by Patrick Georgi
parent bd8e6dd2ca
commit b86d2b0935
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ RUN \
xz-utils \
zlib1g-dev \
&& apt-get clean \
&& update-alternatives --install /usr/bin/python python /usr/bin/python2 1 \
&& ln -s /usr/bin/automake /usr/bin/automake-1.15 \
&& ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15