Skip to content

Instantly share code, notes, and snippets.

@ap4y
Created September 30, 2014 01:48
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 ap4y/d9d2eb1fc8084a283fa1 to your computer and use it in GitHub Desktop.
Save ap4y/d9d2eb1fc8084a283fa1 to your computer and use it in GitHub Desktop.
FROM debian:jessie
# Install prerequisites
RUN apt-get update
RUN apt-get install -y git ruby imagemagick
# Install bundler
RUN gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment