You are not logged in.
Pages: 1
Hi,
Last time I have build archlinux from https://github.com/archlinux/archlinux-docker everything worked fine. But that was quite a few weeks ago.
I have cloned fresh repository today and noticed there had been quite a lot of improvements added so I'm trying to build it following new method.
Following the README I do this:
git clone https://github.com/archlinux/archlinux-docker.git
cd archlinux-docker
make docker-image-base
This fails with error:
make: Nothing to be done for 'docker-image-base'.
I have had a look into Makefile and tried the target called image-base:
make image-base
but this fails later (I believe when script reaches `pacman-key --init` in fakeroot):
(...)
gpg: can't connect to the agent: IPC connect call failed
What am I doing wrong? I would expect things to go smoothly after simply following README...
Last edited by Gregosky (2020-11-20 14:26:50)
Offline
Pages: 1