Skip to content

Instantly share code, notes, and snippets.

@ap4y
Last active August 29, 2015 14:07
Show Gist options
  • 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