Skip to content

Commit

Permalink
Remove setting from onbuild as should inherit from ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Jan 23, 2016
1 parent a1a3705 commit 81a9cce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions 2.0/onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM ruby:2.0
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1

RUN bundle config --global silence_root_warning true

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

Expand Down
2 changes: 0 additions & 2 deletions 2.1/onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM ruby:2.1
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1

RUN bundle config --global silence_root_warning true

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

Expand Down
2 changes: 0 additions & 2 deletions 2.2/onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM ruby:2.2
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1

RUN bundle config --global silence_root_warning true

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

Expand Down
2 changes: 0 additions & 2 deletions 2.3/onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM ruby:2.3
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1

RUN bundle config --global silence_root_warning true

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

Expand Down

0 comments on commit 81a9cce

Please sign in to comment.