Could not find active_record_query_trace-1.8 in any of the sources (Bundler::GemNotFound)
Docker build 时报错,我好像又踩到坑了?
@mashiro 小水管在尝试Pleroma
@maolog 我也想试试呜呜
@mashiro 我总感觉我装的Mastodon有问题,Sidekiq一堆已失败,全是ssl问题
@maolog 应该不存在吧,只要跑起来就是安装成功了
你用journalctl打印sidekiq日志看一下完整的
@maolog 如果还是 connection reset by peer 你试试挂个代理,.env 里面加个 HTTP_PROXY ,随便挂个
v2 代理
@mashiro 我今天也遇到了这个问题。然而Gemfile.lock最后更新时间是10天前,但是两天前我的docker build却是成功的。
@star Gemfile.lock最后加上Ruby和bundler版本就可以build了
https://github.com/mashirozx/mastodon/commit/eaeb56b77c41254d89a1034d3663ed32ad60c587
@star 好像和bundler版本有关
Gemfile.lock 最后 Ruby 和 bundler 的 version lock 不能删掉(但问题是官方仓库的删掉了为什么 build 也没问题?)