Skip to content

Instantly share code, notes, and snippets.

@ap4y
Last active August 29, 2015 14:07
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/ebdc86b2d053884f1e45 to your computer and use it in GitHub Desktop.
Save ap4y/ebdc86b2d053884f1e45 to your computer and use it in GitHub Desktop.
FROM base/archlinux
# Install prerequisites
RUN pacman -S git ruby imagemagick --noconfirm
# Install bundler
RUN gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment