CI/CD fails with "no acceptable C compiler found in $PATH"

While trying to setup CI/CD for our project, we can’t figure out how to go past this error that we’re getting from CI/CD logs on the dashboard.

> scrypt@6.0.3 preinstall /backend/service-1/node_modules/scrypt
> node node-scrypt-preinstall.js
Error: Error: Command failed: ./configure
configure: error: in `/backend/service-1/node_modules/scrypt/scrypt/scrypt-1.2.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

Any idea how to solve this would be very welcomed :pray: