Build error
I'm getting this error on deploy
Solution:Jump to solution
I'm getting this error on deploy
```
#8 ERROR: process "/bin/bash -ol pipefail -c curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash -s stable && printf '\neval "$(~/.rbenv/bin/rbenv init -)"' >> /root/.profile && . /root/.profile && rbenv install 3.0.4 && rbenv global 3.0.4 && gem install bundler:2.3.24" did not complete successfully: exit code: 60
-----
[stage-0 4/14] RUN curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash -s stable && printf '\neval "$(~/.rbenv/bin/rbenv init -)"' >> /root/.profile && . /root/.profile && rbenv install 3.0.4 && rbenv global 3.0.4 && gem install bundler:2.3.24:...
4 Replies