Vanilla-OS/live-iso

[ASK] E: specified keyring file (/usr/share/keyrings/vanilla_keyring.gpg) not found

azkadev opened this issue · 1 comments

Issue Description

Sorry I'm very nub in this field,
But an error appears

#------------------#
# LIVE-BUILD BUILD #
#------------------#

[2023-12-13 09:09:29] lb build 
P: live-build 20230502
P: Building for a debian/sid/amd64 system
[2023-12-13 09:09:29] lb bootstrap 
P: Setting up clean exit handler
[2023-12-13 09:09:29] lb bootstrap_cache restore
[2023-12-13 09:09:29] lb bootstrap_debootstrap 
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy.
P: Running debootstrap...
E: specified keyring file (/usr/share/keyrings/vanilla_keyring.gpg) not found
E: An unexpected failure occurred, exiting...

Steps to Reproduce

I tried building with this command

git clone https://github.com/Vanilla-OS/os.git && cd os
docker run --privileged -i -v /proc:/proc \
    -v ${PWD}:/working_dir \
    -w /working_dir \
    debian:sid \
    /bin/bash -s etc/terraform.conf < build.sh

On what version of Vanilla OS this happens?

22.10

Additional Information

how to solve it?

I have the same issue!