diff --git a/docker/dev/v6.14/Dockerfile.archlinux-min b/docker/dev/v6.14/Dockerfile.archlinux-min index 18e3015261fe7..b96ab983d633e 100644 --- a/docker/dev/v6.14/Dockerfile.archlinux-min +++ b/docker/dev/v6.14/Dockerfile.archlinux-min @@ -21,6 +21,8 @@ RUN git clone https://aur.archlinux.org/yay.git --single-branch --depth 1 \ && cd .. \ && rm -rf .cache yay +USER root + #=============================================================================== # Build tools #=============================================================================== @@ -70,5 +72,3 @@ RUN mkdir -p /tmp/dummy-octomap/aur/dummy-octomap && \ RUN yay -Syu --needed --noconfirm \ assimp eigen fcl fmt - -USER root