I'm seeing this bug in a fresh wily install in docker. Try this Dockerfile:
FROM ubuntu:wily RUN apt-get update && apt-get upgrade -y && apt-get install -y wine Then: $ sudo docker build -t test2 x [trim] 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: wine : Depends: wine1.6 but it is not going to be installed E: Unable to correct problems, you have held broken packages. INFO[0008] The command [/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y wine] returned a non-zero code: 100 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1462359 Title: wine currently can not be installed in wily - 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1462359/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
