Created
December 22, 2016 23:40
-
-
Save levlaz/bdbaa8aca190925196d69a4c07142e17 to your computer and use it in GitHub Desktop.
Cardless Docker
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 ruby:2.3.1 | |
| # Install Node 6.1 | |
| RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - | |
| RUN apt install -y nodejs | |
| # Install other Apt Dependencies | |
| RUN apt update | |
| RUN apt install -y libicu-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment