Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build fails due to bundler's error #9672

Closed
aji-su opened this issue Dec 31, 2018 · 1 comment
Closed

Docker build fails due to bundler's error #9672

aji-su opened this issue Dec 31, 2018 · 1 comment

Comments

@aji-su
Copy link
Contributor

aji-su commented Dec 31, 2018

Expected behaviour

Build succeeds

Actual behaviour

Build fails with error:

ERROR: Service 'web' failed to build: The command '/bin/sh -c bundle config build.nokogiri --with-iconv-lib=/usr/local/lib --with-iconv-include=/usr/local/include  && bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without test development  && yarn install --pure-lockfile --ignore-engines  && yarn cache clean' returned a non-zero code: 5
Exited with code 1

You can see all logs at: https://circleci.com/gh/theboss/mastodon/394

Steps to reproduce the problem

Run docker-compose build web

Specifications

On master branch

Official builds on docker hub also failed: https://hub.docker.com/r/tootsuite/mastodon/builds

@aji-su
Copy link
Contributor Author

aji-su commented Jan 3, 2019

This fixed with #9680, closing

@aji-su aji-su closed this as completed Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant