Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-apz authored and ustiugov committed Feb 14, 2018
1 parent 5d90f71 commit 6efe054
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/data-analytics/3.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ FROM cloudsuite/hadoop
ENV MAHOUT_VERSION 0.12.2
ENV MAHOUT_HOME /opt/mahout-${MAHOUT_VERSION}

# Install dependencies
RUN apt-get update -y && apt-get install -y --no-install-recommends \
bzip2 \
&& rm -rf /var/lib/apt/lists/*

# Install Mahout
RUN set -x \
&& MIRROR=$(curl -s http://www.apache.org/dyn/closer.lua?as_json=1 | grep preferred | awk '{print $2}' | sed -e 's/"//g') \
Expand Down

0 comments on commit 6efe054

Please sign in to comment.