docker-scripts icon indicating copy to clipboard operation
docker-scripts copied to clipboard

Build image for Shark 0.9.1

Open AndreSchumacher opened this issue 10 years ago • 2 comments

AndreSchumacher avatar Apr 14 '14 12:04 AndreSchumacher

I was trying to do this by simply swapping references to 0.9.0 with 0.9.1. The problem is that I have to rebuild the hadoop image and that DockerFile fails to build while trying to install open-jre.

The following packages have unmet dependencies:
 openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

lbustelo avatar May 20 '14 19:05 lbustelo

To fix this problem, need to add the following to https://github.com/amplab/docker-scripts/blob/master/apache-hadoop-hdfs-precise/Dockerfile#L11

RUN echo "deb http://archive.ubuntu.com/ubuntu precise-updates main universe" >> /etc/apt/sources.list

lbustelo avatar May 20 '14 19:05 lbustelo