From f43011f31a979e39c4bbdd2f07ca576403c4b18b Mon Sep 17 00:00:00 2001 From: Breandan Considine Date: Thu, 24 Mar 2016 14:02:35 -0400 Subject: [PATCH] Fix issue with missing bundler gem --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4c5811c2d2..1efbb91c2e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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