Skip to content

Commit

Permalink
Merge pull request #16 from KSXGitHub/fix-issue-15
Browse files Browse the repository at this point in the history
Use archlinux:base
  • Loading branch information
KSXGitHub committed May 3, 2021
2 parents e611e1c + 986ddd3 commit cdb09ed
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
@@ -1,4 +1,4 @@
FROM archlinux/base
FROM archlinux:base

RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm --needed --overwrite '*' \
Expand Down

0 comments on commit cdb09ed

Please sign in to comment.