Skip to content

Instantly share code, notes, and snippets.

@iynere
Created August 14, 2017 18:14
Show Gist options
  • Save iynere/b726d85bd39b64d5eb22b47b73ddd481 to your computer and use it in GitHub Desktop.
Save iynere/b726d85bd39b64d5eb22b47b73ddd481 to your computer and use it in GitHub Desktop.
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