Skip to content

Commit

Permalink
Update android docker image.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed Sep 26, 2024
1 parent 64c25f7 commit 7ae216b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
android-build-container:
runs-on: ubuntu-latest
env:
VERSION: ${{ '5.15.2' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image
VERSION: ${{ '5.15.3' }} # the version numbers here is based on the Qt version, the third digit is the rev of the docker image

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 4 additions & 5 deletions scripts/docker/android-build-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 as base
FROM ubuntu:24.04 as base

RUN apt-get update && \
apt-get dist-upgrade -y && \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update && \
cmake \
autoconf \
libtool-bin \
openjdk-8-jdk \
openjdk-11-jdk \
wget && \
apt-get clean

Expand All @@ -22,7 +22,7 @@ COPY --from=subsurface/android-build-container:5.15.1 /android/5.15.1 5.15.1

# install, NDK and SDK there, plus the three files from the Subsurface
# sources that we need to get the prep routines to run
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip && \
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip && \
unzip commandlinetools-linux-*.zip
ADD android-build-setup.sh variables.sh .

Expand Down Expand Up @@ -83,9 +83,8 @@ RUN apt-get install -y \
bzip2 \
pkg-config \
libx11-xcb1 \
libgl1-mesa-glx \
libglib2.0-0 \
openjdk-8-jdk \
openjdk-11-jdk \
curl \
coreutils \
p7zip-full && \
Expand Down

0 comments on commit 7ae216b

Please sign in to comment.