Skip to content
Snippets Groups Projects
Commit cd3aaa9c authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

FIX: Use bundle config instead of deprecated flags...

parent 64b9beaf
Branches
No related tags found
No related merge requests found
......@@ -110,10 +110,10 @@ RUN \
git clone --depth=1 https://github.com/discourse/discourse-graphviz.git /discourse/plugins/discourse-graphviz
### Gem installation
RUN exec bundle config --local deployment true &&\
exec bundle config --local path ./vendor/bundle &&\
exec bundle config --local without test development &&\
exec bundle install --jobs 4 &&\
RUN bundle config --local deployment true && \
bundle config --local path ./vendor/bundle && \
bundle config --local without test development && \
bundle install --jobs 4 && \
# Do not install yarn as root, it comes from the base image.
yarn cache clean && \
exec bundle exec rake maxminddb:get && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment