Entering edit mode
Hello,
With the latest bioconductor/release_core docker, the apt system seems to be broken.
Running:
%docker run --rm -ti bioconductor/release_core bash
then
# apt-get update Get:1 http://deb.debian.org/debian testing InRelease [175 kB] ... E: Could not open file /var/lib/apt/lists/http.debian.net_debian_dists_sid_main_binary-amd64_Packages.diff_Index - open (2: No such file or directory)
trying to solve it:
#rm -rf /var/lib/apt/lists/* # apt-get update (this time no errors)
but:
#
# apt-get install curl Reading package lists... Done Building dependency tree Reading state information... Done 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: curl : Depends: libcurl3-gnutls (= 7.50.1-1) but 7.51.0-1 is to be installed E: Unable to correct problems, you have held broken packages.