Skip to content

Commit

Permalink
w9
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 23, 2024
1 parent e876539 commit 52b2403
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/dev/v6.14/Dockerfile.archlinux-min
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ARG TARGETPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM archlinux:latest

#===============================================================================
# Update the keyring and import necessary keys
#===============================================================================
RUN pacman -Sy --noconfirm archlinux-keyring && \
pacman-key --init && \
pacman-key --populate archlinux

#===============================================================================
# Install packages only available in pacman
#===============================================================================
Expand Down Expand Up @@ -71,7 +78,6 @@ package() {
:
}
EOF

RUN makepkg -si --noconfirm && \
cd / && \
rm -rf /tmp/dummy-octomap
Expand Down

0 comments on commit 52b2403

Please sign in to comment.