diff --git a/Dockerfiles/ubuntu-aqtinstall-6 b/Dockerfiles/ubuntu-aqtinstall-6 index d60e5501..c2e58f9e 100644 --- a/Dockerfiles/ubuntu-aqtinstall-6 +++ b/Dockerfiles/ubuntu-aqtinstall-6 @@ -23,7 +23,11 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \ # - libodbc1: Useless, but needed to keep linuxdeploy happy RUN apt update && \ apt install -y appstream cmake curl desktop-file-utils git libfontconfig1 libxcb-cursor0 libxkbcommon-x11-0 python3 python3-pip sudo \ - libpq5 libodbc1 + libpq5 libodbc1 \ + # qt dependencies + build-essential libgl1-mesa-dev libgstreamer-gl1.0-0 libpulse-dev libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 \ + libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb1 libxkbcommon-dev libxkbcommon-x11-0 libxcb-xkb-dev + RUN python3 -m pip install --upgrade pip setuptools aqtinstall # qt6 dependencies