Skip to content

Commit

Permalink
Fix issue with missing bundler gem
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 24, 2016
1 parent 6e9e530 commit f43011f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ ADD _SUMMARY.md /tmp/
ADD .git /tmp/.git
ADD sdkdocs-template /tmp/sdkdocs-template
WORKDIR /tmp
RUN gem install bundler && \
bundle install && \
rake bootstrap --trace
RUN rake bootstrap --trace

WORKDIR /usr/src/app

Expand Down

0 comments on commit f43011f

Please sign in to comment.