We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7198e commit 71fe2feCopy full SHA for 71fe2fe
1 file changed
Dockerfile
@@ -11,7 +11,8 @@ RUN apt-get update && \
11
12
COPY Gemfile Gemfile.lock Rakefile /devdocs/
13
14
-RUN bundle install --system && \
+RUN bundle config set path.system true && \
15
+ bundle install && \
16
rm -rf ~/.gem /root/.bundle/cache /usr/local/bundle/cache
17
18
COPY . /devdocs
0 commit comments