Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 23, 2024
1 parent c59e177 commit dd2db4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev/v6.14/Dockerfile.archlinux-min
Original file line number Diff line number Diff line change
Expand Up @@ -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
#===============================================================================
Expand Down Expand Up @@ -70,5 +72,3 @@ RUN mkdir -p /tmp/dummy-octomap/aur/dummy-octomap && \

RUN yay -Syu --needed --noconfirm \
assimp eigen fcl fmt

USER root

0 comments on commit dd2db4c

Please sign in to comment.