Skip to content

Commit

Permalink
Update Dockerfile for ArchLinux verification
Browse files Browse the repository at this point in the history
  • Loading branch information
buck-yeh committed Nov 14, 2021
1 parent 0998bed commit 0e7a797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/archlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Server = http://free.nchc.org.tw/arch/$repo/os/$arch\n' | tee /etc/pacman.d/mirr
if [[ -n "$PACDAY" ]]; then \
sed -Ei "s|^Include\s*=.+$|SigLevel = PackageRequired\nServer=https://archive.archlinux.org/repos/$PACDAY/\$repo/os/\$arch|g" /etc/pacman.conf ; \
fi && \
sed -Ei 's|^#TotalDownload\s*$|TotalDownload|g' /etc/pacman.conf && \
sed -Ei 's|^#VerbosePkgLists\s*$|VerbosePkgLists|g' /etc/pacman.conf && \
pacman -Sy --needed --noconfirm cmake make gcc git binutils fmt fakeroot gawk catch2 glibc ncurses && \
pacman -Sy --needed --noconfirm cmake make gcc git binutils fmt fakeroot gawk catch2 glibc ncurses sudo && \
rm -rf /root/.cache
RUN useradd -m guest

Expand Down

0 comments on commit 0e7a797

Please sign in to comment.