Skip to content

Instantly share code, notes, and snippets.

@samof76
Forked from anonymous/Dockerfile
Created July 28, 2014 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samof76/c0877406dc86c4527316 to your computer and use it in GitHub Desktop.
Save samof76/c0877406dc86c4527316 to your computer and use it in GitHub Desktop.
FROM ubuntu:12.04
#ADD https://gist.githubusercontent.com/samof76/4d15d92910b6cec8efae/raw/bcba158b46e82b9625d1883c6bd9567a96b6ac86/sources.list /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y curl lsb-release
RUN curl http://apt.basho.com/gpg/basho.apt.key | apt-key add -
RUN bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list"
RUN apt-get update
RUN apt-get install -y riak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment