Last active
August 9, 2017 20:28
-
-
Save iynere/146541db0af276a60391079c8a92549d to your computer and use it in GitHub Desktop.
uniiverse Dockerfile: https://hub.docker.com/r/iynere/uniiverse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM circleci/ruby:2.3.4-node | |
# pulling in commands from 'install os packages' | |
RUN sudo apt-get update | |
RUN sudo apt-get -qq install -y xvfb graphicsmagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment