You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the dependencies for dh-virtualenv cannot be resolved:
Step 10/12 : RUN apt-get update && apt-get install -y dh-virtualenv
---> Running in 262c816129d7
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 https://deb.debian.org/debian unstable InRelease [153 kB]
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Get:6 https://deb.debian.org/debian unstable/contrib amd64 Packages [73.2 kB]
Get:7 https://deb.debian.org/debian unstable/main amd64 Packages [11.7 MB]
Fetched 11.9 MB in 5s (2552 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dh-virtualenv : Depends: libjs-sphinxdoc (>= 2.4.3-5~) but 1.8.5-7ubuntu3 is to be installed
Depends: sphinx-rtd-theme-common (>= 0.5.0+dfsg) but 0.4.3+dfsg-3 is to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && apt-get install -y dh-virtualenv' returned a non-zero code: 100
make: *** [Makefile:7: build-container] Error 100
Steps to Reproduce
cd molecule/builder-focal
make build-container
observe error
Expected Behavior
Container should build build successfully
Actual Behavior
Container fails to build
The text was updated successfully, but these errors were encountered:
Description
It appears the dependencies for dh-virtualenv cannot be resolved:
Steps to Reproduce
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: