Created
August 14, 2017 18:14
-
-
Save iynere/b726d85bd39b64d5eb22b47b73ddd481 to your computer and use it in GitHub Desktop.
grilled Dockerfile https://hub.docker.com/r/iynere/grilled-ruby
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.4.0-slim | |
RUN apt-get update | |
RUN apt-get install -y git openssh-client build-essential libpq-dev nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment