Wenzel / docker-kdesrc-build

Dockerfiles to compile KDE source code into Docker with kdesrc-build script
GNU General Public License v2.0
47 stars 21 forks source link

Add install of archlinux-keyring package before system upgrade #26

Closed suranc closed 4 years ago

suranc commented 4 years ago

The first pacman --noconfirm -Syu command to run the system upgrade gives me an error about missing PGP keys. This PR adds a pacman --noconfirm -Sy archlinux-keyring command before the system upgrade to first fetch the necessary signing keys.

After making this change, running docker build -t archlinux-kdedev -f Dockerfile-archlinux . runs successfully.

Wenzel commented 4 years ago

Hi @suranc and thank you for your contribution.

I just merged #27 which will runs the tests for PRs.

Can you rebase and repush ?

suranc commented 4 years ago

I've merged in your changes and rebased my branch @Wenzel.