Created
October 20, 2014 21:07
-
-
Save fluxrad/be6088c7b4a752d2bf04 to your computer and use it in GitHub Desktop.
Dockerfile build fail.
This file contains 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.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