Skip to content

[FIX] Fix error during build with ruby dependencies

This fixes the error during the builds acconrding to this comment

This should fix the error in the 11.0 image too:

a

  • Added build for the 12.0
  • Install ruby 2.5.3 in tne image for Odoo 11 using RVM and it will be available for all users (via /etc/bash.bashrc) using this guide and the recomended version
  • Install recomended dependencies for Ruby
  • Fix the issue with gpg keys: "gpg: keyserver receive failed: No dirmngr" and the one related to old gpg version (no we use gpg2 for the keys)

Merge request reports