util/docker: Remove manual symlink python3 to python
Debian sid symlinks already python3 to python. Change-Id: Ibc3b2b047df7e1066624d4dd8aa9664ab1869222 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75875 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
d2e7c0f30d
commit
fda10a44b6
@ -67,6 +67,7 @@ RUN \
|
|||||||
pbzip2 \
|
pbzip2 \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
python-is-python3 \
|
||||||
qemu-system-arm \
|
qemu-system-arm \
|
||||||
qemu-system-misc \
|
qemu-system-misc \
|
||||||
qemu-system-ppc \
|
qemu-system-ppc \
|
||||||
@ -80,7 +81,6 @@ RUN \
|
|||||||
xz-utils \
|
xz-utils \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
|
|
||||||
&& ln -s /usr/bin/automake /usr/bin/automake-1.15 \
|
&& ln -s /usr/bin/automake /usr/bin/automake-1.15 \
|
||||||
&& ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15
|
&& ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user