File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ RUN adduser pwuser
129129
130130RUN apt-get update && apt-get install -y python3.8 python3-pip && \
131131 update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
132- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
132+ update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
133+ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
133134
134135# === BAKE BROWSERS INTO IMAGE ===
135136
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ RUN adduser pwuser
129129
130130RUN apt-get update && apt-get install -y python3.8 python3-pip && \
131131 update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 && \
132- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
132+ update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
133+ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
133134
134135# === BAKE BROWSERS INTO IMAGE ===
135136
You can’t perform that action at this time.
0 commit comments