whole-tale / repo2docker_wholetale

Repo2docker plugin for Whole Tale
Other
0 stars 1 forks source link

Change spark 2.4.3 download host #7

Closed craig-willis closed 4 years ago

craig-willis commented 4 years ago

Fixes https://github.com/whole-tale/repo2docker_wholetale/issues/5

Xarthisius commented 4 years ago

After I fix the typo it fails later on:

Step 59/76 : RUN apt-get -qqy update &&     apt-get install --no-install-recommends -y gnupg &&     apt-key add /tmp/mesos.key &&     echo "deb http://repos.mesosphere.io/ubuntu xenial main" > /etc/apt/sources.list.d/mesosphere.list &&     apt-get -qqy update &&     apt-get --no-install-recommends -y install mesos=1.2\* &&     apt-get purge -qqy &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 7d30b4b1da89
Reading package lists...
Building dependency tree...
Reading state information...
gnupg is already the newest version (2.2.4-1ubuntu1.2).
0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
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:
 mesos : Depends: libcurl3 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Removing intermediate container 7d30b4b1da89
Xarthisius commented 4 years ago

Seems relevant https://github.com/jupyter/docker-stacks/issues/663