Description
During package installation, docker-engine installation fails.
How to Reproduce
- Start the ubuntu container used by
sudo make test.
- Run the update command in container
Log Output
root@da0c782d74ed:/# apt-get update && echo "y" | apt-get install python python-dev python-pip build-essential docker-engine dpkg dpkg-dev qemu-kvm && pip install --upgrade pip && pip install mock
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package docker-engine 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 'docker-engine' has no installation candidate
I am not sure if this matters. I suspect some of the tests might fail because of this.
Description
During package installation,
docker-engineinstallation fails.How to Reproduce
sudo make test.Log Output
I am not sure if this matters. I suspect some of the tests might fail because of this.