set system default python3 to python3.8 (#5892)
This commit is contained in:
parent
2064d27dc6
commit
1bcbb15299
|
|
@ -129,7 +129,8 @@ RUN adduser pwuser
|
|||
|
||||
RUN apt-get update && apt-get install -y python3.8 python3-pip && \
|
||||
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
|
||||
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
|
||||
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
|
||||
|
||||
# === BAKE BROWSERS INTO IMAGE ===
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,8 @@ RUN adduser pwuser
|
|||
|
||||
RUN apt-get update && apt-get install -y python3.8 python3-pip && \
|
||||
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
|
||||
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
|
||||
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
|
||||
|
||||
# === BAKE BROWSERS INTO IMAGE ===
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue