File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ RUN dnf install -y epel-release && \
3131 # Qt Requirement:
3232 mesa-libGL-devel \
3333 # Qt Requirement:
34- mysql-libs \
35- # Qt Requirement:
36- postgresql-odbc \
37- # Qt Requirement:
3834 xcb-util-cursor \
3935 # Qt Requirement:
4036 xcb-util-image \
@@ -88,6 +84,10 @@ RUN dnf install -y \
8884RUN pip3.12 install -U setuptools wheel
8985RUN source /opt/rh/gcc-toolset-14/enable && pip3.12 install aqtinstall
9086RUN aqt install-qt -O /qt linux desktop $QT_VERSION -m qtwebsockets
87+ RUN rm /qt/$QT_VERSION/gcc_64/plugins/sqldrivers/libqsqlmimer.so \
88+ /qt/$QT_VERSION/gcc_64/plugins/sqldrivers/libqsqlmysql.so \
89+ /qt/$QT_VERSION/gcc_64/plugins/sqldrivers/libqsqlodbc.so \
90+ /qt/$QT_VERSION/gcc_64/plugins/sqldrivers/libqsqlpsql.so
9191
9292FROM base
9393ARG QT_VERSION
You can’t perform that action at this time.
0 commit comments