Last active
August 9, 2017 20:29
-
-
Save iynere/c0b0b2cc01bc32a24722ff0ce03d3962 to your computer and use it in GitHub Desktop.
damnfine Dockerfile: https://hub.docker.com/r/iynere/damnfine
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-node | |
# downgrade to Node v6.8.0 | |
RUN sudo npm cache clean -f | |
RUN sudo npm install -g n | |
RUN sudo n 6.8.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment