Hi. I’m following the instructions at
https://wiki.vyos.net/wiki/Building_images_using_vyos-build_Docker_container#Building_vyos-build_Docker_container
In particular
git clone GitHub - vyos/vyos-build: VyOS image build scripts
cd vyos-build/docker
sudo docker build -t vyos-builder .
But the creation keeps failing
W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updat es/InRelease
W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updat es/Release.gpg Could not resolve ‘security.debian.org’
W: Failed to fetch http://deb.debian.org/debian/dists/jessie/Release.gpg Could not resolve ‘deb.debian.org’
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists…
Building dependency tree…
Reading state information…
Package dialog is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package apt-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package locales is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘dialog’ has no installation candidate
E: Package ‘apt-utils’ has no installation candidate
E: Package ‘locales’ has no installation candidate
The command ‘/bin/sh -c apt-get update && apt-get install -y dialog apt-utils locales’ returned a non-zero code: 100"
Using docker-engine 1.12.6 on a Oracle Linux 6.10.
Any ideas please?
Thanks.