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
129
129
130
130
RUN apt-get update && apt-get install -y python3.8 python3-pip && \
131
131
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
133
134
134
135
# === BAKE BROWSERS INTO IMAGE ===
135
136
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ RUN adduser pwuser
129
129
130
130
RUN apt-get update && apt-get install -y python3.8 python3-pip && \
131
131
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
133
134
134
135
# === BAKE BROWSERS INTO IMAGE ===
135
136
You can’t perform that action at this time.
0 commit comments