File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 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
22
33ARG DEBIAN_FRONTEND=noninteractive
44COPY scripts/android-base-apt-get.sh /scripts/
@@ -11,7 +11,8 @@ RUN . /scripts/android-ndk.sh && \
1111RUN dpkg --add-architecture i386 && \
1212 apt-get update && \
1313 apt-get install -y --no-install-recommends \
14- libgl1-mesa-glx \
14+ libgl1 \
15+ libglx-mesa0 \
1516 libpulse0 \
1617 libstdc++6:i386 \
1718 openjdk-8-jre-headless \
Original file line number Diff line number Diff line change 1- FROM ubuntu:23 .04
1+ FROM ubuntu:24 .04
22
33COPY scripts/android-base-apt-get.sh /scripts/
44RUN 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
22
33ARG DEBIAN_FRONTEND=noninteractive
44RUN 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 \
1010 g++ \
1111 git \
1212 libssl-dev \
13- libncurses5 \
13+ libncurses-dev \
1414 make \
1515 ninja-build \
1616 pkg-config \
You can’t perform that action at this time.
0 commit comments