Don't install nokogiri twice
This commit is contained in:
parent
c381996576
commit
37a1d6b360
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ RUN \
|
||||||
/tmp/mastodon.tar.gz -C \
|
/tmp/mastodon.tar.gz -C \
|
||||||
/app/www/ --strip-components=1 && \
|
/app/www/ --strip-components=1 && \
|
||||||
cd /app/www && \
|
cd /app/www && \
|
||||||
gem install nokogiri --platform=ruby -- --use-system-libraries && \
|
|
||||||
bundle config set --local deployment 'true' && \
|
bundle config set --local deployment 'true' && \
|
||||||
bundle config set --local without 'development test' && \
|
bundle config set --local without 'development test' && \
|
||||||
bundle config set silence_root_warning true && \
|
bundle config set silence_root_warning true && \
|
||||||
|
|
Loading…
Reference in a new issue