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

Merge branch 'fix/arch-build-images' into 'master'

Add missing `which` in Arch images

See merge request docker-images/gr-build-images!29
parents 02c14fee 740a6eae
No related branches found
No related tags found
No related merge requests found
Pipeline #75152 skipped
......@@ -19,5 +19,6 @@ RUN pacman -Syu --noconfirm && \
pkgconf \
qt5-base \
qt6-base \
which \
xorg-xrandr && \
yes | pacman -Scc
......@@ -18,5 +18,6 @@ RUN pacman -Syu --noconfirm && \
mesa \
patch \
qt5-base \
qt6-base && \
qt6-base \
which && \
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