Skip to content
Snippets Groups Projects
Commit 516f0d34 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Merge branch 'feature/add_qt6_to_arch' into 'master'

Add Qt6 to Arch images

See merge request docker-images/gr-build-images!21
parents dac6e2f8 e5d6b03e
No related branches found
No related tags found
No related merge requests found
Pipeline #46088 skipped
......@@ -18,5 +18,6 @@ RUN pacman -Syu --noconfirm && \
patch \
pkgconf \
qt5-base \
qt6-base \
xorg-xrandr && \
yes | pacman -Scc
......@@ -17,5 +17,6 @@ RUN pacman -Syu --noconfirm && \
make \
mesa \
patch \
qt5-base && \
qt5-base \
qt6-base && \
yes | pacman -Scc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment