File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
COPY scripts/android-base-apt-get.sh /scripts/
@@ -11,7 +11,8 @@ RUN . /scripts/android-ndk.sh && \
11
11
RUN dpkg --add-architecture i386 && \
12
12
apt-get update && \
13
13
apt-get install -y --no-install-recommends \
14
- libgl1-mesa-glx \
14
+ libgl1 \
15
+ libglx-mesa0 \
15
16
libpulse0 \
16
17
libstdc++6:i386 \
17
18
openjdk-8-jre-headless \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
COPY scripts/android-base-apt-get.sh /scripts/
4
4
RUN sh /scripts/android-base-apt-get.sh
Original file line number Diff line number Diff line change 1
- FROM ubuntu:23 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apt-get install -y --no-install-recommends \
10
10
g++ \
11
11
git \
12
12
libssl-dev \
13
- libncurses5 \
13
+ libncurses-dev \
14
14
make \
15
15
ninja-build \
16
16
pkg-config \
You can’t perform that action at this time.
0 commit comments