Skip to content

Commit

Permalink
Downgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 10, 2023
1 parent ef95421 commit 0192a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/qgis3-qt6-build-deps.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN dnf -y --refresh install \
dos2unix

# Workaround https://bugreports.qt.io/browse/QTBUG-113227 for now, roll back to qt 6.4
RUN dnf -y downgrade qt6-qtbase-6.4.3-1.fc38 --allowerasing
RUN dnf -y downgrade qt6-qtbase-6.4.3-1.fc38 qt6-qt3d-6.4.3-1.fc38 qt6-qtdeclarative.6.4.3-1.fc38 qt6-qtserialport.6.4.3-1.fc38 qt6-qtsvg.6.4.3-1.fc38 qt6-qtpositioning.6.4.3-1.fc38 qt6-qtdeclarative.6.4.3-1.fc38 qt6-qt5compat-6.4.3-1.fc38 qt6-qtmultimedia.6.4.3-1.fc38 --allowerasing

# Oracle : client side
RUN curl https://download.oracle.com/otn_software/linux/instantclient/199000/instantclient-basic-linux.x64-19.9.0.0.0dbru.zip > instantclient-basic-linux.x64-19.9.0.0.0dbru.zip
Expand Down

0 comments on commit 0192a60

Please sign in to comment.