File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
thumbv7neon-linux-androideabi Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:22 .04
22
33RUN dpkg --add-architecture i386 && \
44 apt-get update && \
@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386 && \
77 make \
88 curl \
99 ca-certificates \
10- python \
10+ python-is-python3 \
1111 unzip \
1212 expect \
1313 openjdk-11-jre \
Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:22 .04
22
33RUN dpkg --add-architecture i386 && \
44 apt-get update && \
@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386 && \
77 make \
88 curl \
99 ca-certificates \
10- python \
10+ python-is-python3 \
1111 unzip \
1212 expect \
1313 openjdk-11-jre \
Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:22 .04
22
33RUN dpkg --add-architecture i386 && \
44 apt-get update && \
@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386 && \
77 make \
88 curl \
99 ca-certificates \
10- python \
10+ python-is-python3 \
1111 unzip \
1212 expect \
1313 openjdk-11-jre \
You can’t perform that action at this time.
0 commit comments