dockerfiles
dockerfiles copied to clipboard
Outdated?
Running the following fails due to certificate error:
$ pacman --noconfirm -Sy archlinux-keyring
$ pacman --noconfirm -Syu
$ pacman-db-upgrade
$ pacman --noconfirm -S WHATEVER
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.kernel.org : error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
@wernight : You may want to give my https://github.com/czka/archlinux-docker a try instead.
It's an Arch Linux Docker base image build setup based on bootstrap tarball.
If you take a fresh bootstrap tarball, no issues like the one above should crop out. Any feedback is welcome.
@wernight base/archlinux
gets now daily updates by @archimg. So the docker-image is fixed. You can close this one.