Comment 18 for bug 1462359

Revision history for this message
John Cupitt (jcupitt) wrote :

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