File tree 20 files changed +23
-26
lines changed
aarch64-unknown-linux-gnu
aarch64-unknown-linux-musl
loongarch64-unknown-linux-gnu
loongarch64-unknown-linux-musl
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
riscv64gc-unknown-linux-gnu
wasm32-unknown-emscripten
x86_64-unknown-linux-gnux32
x86_64-unknown-linux-musl
20 files changed +23
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN dpkg --add-architecture i386
4
4
RUN apt-get update
@@ -8,7 +8,6 @@ RUN apt-get install -y --no-install-recommends \
8
8
wget \
9
9
ca-certificates \
10
10
python3 \
11
- python3-distutils \
12
11
unzip \
13
12
expect \
14
13
openjdk-8-jre \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23.10
1
+ FROM ubuntu:24.10
2
+
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
3
4
gcc libc6-dev ca-certificates \
4
5
gcc-aarch64-linux-gnu libc6-dev-arm64-cross qemu-user
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc make libc6-dev git curl ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN dpkg --add-architecture i386
4
4
RUN apt-get update
@@ -8,7 +8,6 @@ RUN apt-get install -y --no-install-recommends \
8
8
wget \
9
9
ca-certificates \
10
10
python3 \
11
- python3-distutils \
12
11
unzip \
13
12
expect \
14
13
openjdk-8-jre \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
# This is a workaround to avoid the interaction with tzdata.
4
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -14,7 +14,6 @@ RUN apt-get install -y --no-install-recommends \
14
14
libc6-dev \
15
15
libxml2 \
16
16
python3 \
17
- python3-distutils \
18
17
xz-utils \
19
18
bzip2
20
19
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN dpkg --add-architecture i386
4
4
RUN apt-get update
@@ -8,7 +8,6 @@ RUN apt-get install -y --no-install-recommends \
8
8
wget \
9
9
ca-certificates \
10
10
python3 \
11
- python3-distutils \
12
11
unzip \
13
12
expect \
14
13
openjdk-8-jre \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:24.04
1
+ FROM ubuntu:24.10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:24.04
1
+ FROM ubuntu:24.10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
ca-certificates curl gcc git libc6-dev make qemu-user xz-utils
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev qemu-user ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
curl ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
4
curl ca-certificates \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
# This is a workaround to avoid the interaction with tzdata.
4
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -17,7 +17,6 @@ RUN apt-get install -y --no-install-recommends \
17
17
libc6-dev \
18
18
libxml2 \
19
19
python3 \
20
- python3-distutils \
21
20
cmake \
22
21
sudo \
23
22
gdb \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:24.04
1
+ FROM ubuntu:24.10
2
2
3
3
COPY wasi.sh /
4
4
RUN bash /wasi.sh
Original file line number Diff line number Diff line change 1
- FROM ubuntu:24.04
1
+ FROM ubuntu:24.10
2
2
3
3
COPY wasi.sh /
4
4
RUN bash /wasi.sh
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update && \
4
4
apt-get install -y --no-install-recommends \
@@ -7,7 +7,6 @@ RUN apt-get update && \
7
7
gcc \
8
8
libc-dev \
9
9
python3 \
10
- python3-distutils \
11
10
unzip
12
11
13
12
WORKDIR /android/
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23.10
1
+ FROM ubuntu:24.10
2
+
2
3
RUN apt-get update
3
4
RUN apt-get install -y --no-install-recommends \
4
5
gcc libc6-dev ca-certificates linux-headers-generic
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23.10
1
+ FROM ubuntu:24.10
2
+
2
3
RUN apt-get update
3
4
RUN apt-get install -y --no-install-recommends \
4
5
gcc-multilib libc6-dev ca-certificates
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .10
1
+ FROM ubuntu:24 .10
2
2
3
3
RUN apt-get update
4
4
RUN apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments