Skip to content

Commit

Permalink
Arch Linux: don't use pacman -S but pacman -Syy
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Jul 11, 2023
1 parent f911de8 commit 45e7c81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL maintainer "TAKANO Mitsuhiro <[email protected]>"
RUN pacman-db-upgrade
RUN pacman -Syyu --noconfirm

RUN pacman -S --noconfirm git
RUN pacman -S --noconfirm asp base-devel
RUN pacman -S --noconfirm pacman-contrib
RUN pacman -Syy --noconfirm git
RUN pacman -Syy --noconfirm asp base-devel
RUN pacman -Syy --noconfirm pacman-contrib
RUN pacman -Scc

RUN useradd takano32
Expand Down

0 comments on commit 45e7c81

Please sign in to comment.