Skip to content

Instantly share code, notes, and snippets.

@fluxrad
Created October 20, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fluxrad/be6088c7b4a752d2bf04 to your computer and use it in GitHub Desktop.
Save fluxrad/be6088c7b4a752d2bf04 to your computer and use it in GitHub Desktop.
Dockerfile build fail.
FROM ruby:2.1.3
# works with ruby:2.1.2
# run with `docker build -t test .`
RUN apt-get -y update -qq && apt-get -y install r-base-dev
RUN pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment