Skip to content

Commit 8c6a610

Browse files
Drink deeply of the future
1 parent e1ea140 commit 8c6a610

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/docker/aarch64-linux-android/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
RUN 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 \

ci/docker/armv7-linux-androideabi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
RUN 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 \

ci/docker/thumbv7neon-linux-androideabi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
RUN 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 \

0 commit comments

Comments
 (0)