Skip to content

Commit

Permalink
w3
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 23, 2024
1 parent dd2db4c commit 1b679ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/dev/v6.14/Dockerfile.archlinux-min
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN git clone https://aur.archlinux.org/yay.git --single-branch --depth 1 \
&& cd .. \
&& rm -rf .cache yay

#===============================================================================
# Switch back to root for package installation
#===============================================================================
USER root

#===============================================================================
Expand All @@ -37,7 +40,7 @@ RUN yay -Syu --needed --noconfirm \
# ==============================================================================

# octomap
RUN git clone https://github.com/OctoMap/octomap.git && \
RUN git clone https://github.com/OctoMap/octomap.git -b 'v1.10.0' && \
cd octomap && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit 1b679ab

Please sign in to comment.