From 6418d3acbc5d15c3b5aa55f8ea18fb4d054c5f55 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 27 Sep 2024 09:20:27 +1200 Subject: [PATCH] Update Version in docker Tag, Clean up Dependencies. Signed-off-by: Michael Keller --- .github/workflows/android-dockerimage.yml | 2 +- scripts/docker/android-build-container/Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android-dockerimage.yml b/.github/workflows/android-dockerimage.yml index 73919e551..1c05f86ee 100644 --- a/.github/workflows/android-dockerimage.yml +++ b/.github/workflows/android-dockerimage.yml @@ -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 diff --git a/scripts/docker/android-build-container/Dockerfile b/scripts/docker/android-build-container/Dockerfile index bfd5fcfba..f42f679cc 100644 --- a/scripts/docker/android-build-container/Dockerfile +++ b/scripts/docker/android-build-container/Dockerfile @@ -83,7 +83,6 @@ RUN apt-get install -y \ bzip2 \ pkg-config \ libx11-xcb1 \ - libgl1-mesa-glx \ libglib2.0-0 \ openjdk-8-jdk \ curl \