Skip to content

Commit

Permalink
do update
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Feb 27, 2021
1 parent 74e375b commit 48bc215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM archlinux:base-devel
LABEL contributor="shadowapex@gmail.com"

RUN echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist\n" >> /etc/pacman.conf && \
pacman --noconfirm -Syy && \
pacman --noconfirm -Syyu && \
pacman --noconfirm -S arch-install-scripts btrfs-progs pyalpm sudo reflector python-commonmark wget && \
pacman --noconfirm -S --needed git && \
echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
Expand Down

0 comments on commit 48bc215

Please sign in to comment.