Skip to content

Commit

Permalink
add qt6 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Raoul Hecky committed Jul 4, 2023
1 parent b95a7e5 commit 8f54a85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ RUN apt-get update -qq && \
x11-xkb-utils x11-xserver-utils xauth \
libqt6core6 libqt6gui6 \
libqt6network6 libqt6qml6 \
libqt6quick6 libqt6widgets6 \
qml6-module-qtquick-virtualkeyboard
libqt6quick6 libqt6widgets6 libqt6websockets6 \
qml6-module-qtquick-virtualkeyboard \
qml6-module-qtquick-controls qml6-module-qtquick qml6-module-qtqml-workerscript \
qml6-module-qtquick-dialogs qml6-module-qtquick-layouts qml6-module-qtquick-window \
qml6-module-qtquick-templates qml6-module-qt5compat-graphicaleffects \
qml6-module-qt-labs-folderlistmodel qml6-module-qtwebengine \
libqt6shadertools6


COPY --from=builder /opt /opt

0 comments on commit 8f54a85

Please sign in to comment.