Last active
June 1, 2018 16:17
-
-
Save ta1kt0me/c8390134cb986da9a7bca2132a8dc1a1 to your computer and use it in GitHub Desktop.
bundler docker-file
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.5.1 | |
| RUn apt-get update -y && apt-get upgrade -y | |
| RUN apt-get install graphviz groff-base -y | |
| RUN apt-get install bsdmainutils -y | |
| RUN git clone --depth 1 https://github.com/bundler/bundler | |
| WORKDIR bundler | |
| RUN ls -l | |
| RUN bin/rake spec:deps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment