-
Bug
-
Resolution: Fixed
-
Minor
-
None
Currently the image org/jenkinsci/test/acceptance/docker/fixtures/GitContainer/Dockerfile is broken since installing git will trigger:
Step 5/11 : RUN apt-get install -f -y git ---> Running in 1f1d3bf3f516 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: git : Depends: liberror-perl but it is not going to be installed E: Unable to correct problems, you have held broken packages.
That is because the dependecies are now in xenial-security. Dropping the legacy (we define ubuntu:xenial so there is no need for that line anymore) line since it is removing the default source list and removes the xenial-security repository.