Skip to content

Instantly share code, notes, and snippets.

@ta1kt0me
Last active June 1, 2018 16:17
Show Gist options
  • Select an option

  • Save ta1kt0me/c8390134cb986da9a7bca2132a8dc1a1 to your computer and use it in GitHub Desktop.

Select an option

Save ta1kt0me/c8390134cb986da9a7bca2132a8dc1a1 to your computer and use it in GitHub Desktop.
bundler docker-file
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