1.3 ISO Build Failure

Hi,

Running a Debain 10 box trying to build the 1.3 ISO using the docker container. About 30 seconds after running the “sudo make iso” command I get the following error:

E: Unable to locate package libqrencode3
E: Package ‘chkconfig’ has no installation candidate
P: Begin unmounting filesystems…
P: Saving caches…
Reading package lists…
Building dependency tree…
Reading state information…
make: *** [Makefile:32: iso] Error 1
vyos_bld@153a038ba00b:/vyos$

Hi @emachine1986 , I strongly recommend using vyos-build container

$ docker pull vyos/vyos-build:crux       # For VyOS 1.2
$ docker pull vyos/vyos-build:equuleus   # For VyOS 1.3
$ docker pull vyos/vyos-build:current    # For rolling release

Follow the docs, please Build VyOS — VyOS 1.3.x (equuleus) documentation

I have custom packages I would like to build into vyos. Will using the above command or the commands below pull the .deb files from the packages directory within vyos-build?

git clone -b equuleus --single-branch GitHub - vyos/vyos-build: VyOS image build scripts
cd vyos-build
docker build -t vyos/vyos-build:equuleus docker

@emachine1986 , I successfully built ISO with a custom package from my own build container.
Try to look through build output carefully, maybe your package has a dependency