From dd2db4c9c94cebd3535768b11e0dc9ff38c2ee66 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sun, 23 Jun 2024 10:15:00 -0700 Subject: [PATCH] w2 --- docker/dev/v6.14/Dockerfile.archlinux-min | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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