Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add pacman update commands to each Dockerfile layer (#38)
Each layer that runs pacman commands needs to first run `pacman -Syu` because old caches from past layers can lead to errors when attempting to install packages.
- Loading branch information