Fix more qt5 stuff

This commit is contained in:
zontreck 2025-04-25 23:03:29 -07:00
parent 6ae8b2b9ec
commit ed830a8f97

View file

@ -64,12 +64,10 @@ RUN apt-get install -y \
dotnet-sdk-7.0 \ dotnet-sdk-7.0 \
dotnet-sdk-8.0 \ dotnet-sdk-8.0 \
x11proto-xinerama-dev\ x11proto-xinerama-dev\
qt5-qmake \ qt5*-dev \
qtbase5-dev-tools \ qt5-default \
qt3d5-dev-tools \ libqt5*-dev* \
qttools5-dev-tools \ qml-module-qt* \
qtwayland5-dev-tools \
qtwebengine5-dev-tools \
libbz2-dev \ libbz2-dev \
&& apt clean -y && apt clean -y