diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 96bd88ba1a..ecc0e8a6a3 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -65,7 +65,7 @@ jobs: arch: amd64 build_type: full qt_source: system - # apt-dependencies: # add missing dependencies to docker image when convenient + apt-dependencies: qt5-image-formats-plugins # add missing dependencies to docker image when convenient # Android builds are currently failing #- os: ubuntu-18.04 # build_type: android @@ -77,7 +77,7 @@ jobs: arch: aarch64 build_type: full qt_source: system - # apt-dependencies: # add missing dependencies to docker image when convenient + apt-dependencies: qt5-image-formats-plugins # add missing dependencies to docker image when convenient fail-fast: false runs-on: ${{matrix.runner}} container: ${{matrix.image}} diff --git a/tools/ci-scripts/linux-ci/Dockerfile_build_ubuntu-22.04 b/tools/ci-scripts/linux-ci/Dockerfile_build_ubuntu-22.04 index 100a07f12b..f01a986270 100644 --- a/tools/ci-scripts/linux-ci/Dockerfile_build_ubuntu-22.04 +++ b/tools/ci-scripts/linux-ci/Dockerfile_build_ubuntu-22.04 @@ -41,6 +41,8 @@ RUN apt-get -y install curl ninja-build git cmake g++ libssl-dev libqt5websocket RUN apt-get -y install libqt5webchannel5-dev qtwebengine5-dev libqt5xmlpatterns5-dev # Install Overte Interface build dependencies RUN apt-get -y install libqt5svg5-dev qttools5-dev vulkan-validationlayers libvulkan-dev libvulkan1 libqt5x11extras5-dev qtbase5-private-dev libxcb-glx0-dev libqt5multimedia5-plugins +# Install Interface runtime dependencies +RUN apt-get -y install qt5-image-formats-plugins # Install server-console build dependencies RUN apt-get -y install npm