Description
Hi, we are trying to build a Jupyter Notebook by using quay.io/sclorg/python-311-c9s:c9s (CentoOS Stream 9) as based image.
Currently we are facing a build issue to execute these commands
(cd /opt/app-root/gateway && source scl_source enable nodejs20 &&
npm install --production)
Please notice that I changed the nodejs20 because this is the version of nodejs that is installed on python-311-c9s:c9s image
As you can see, this requires installation of centos-release-scl and centos-release-scl-rh packages for CentOS Stream 9 and We had tried to install these packages but no success so far.
Is there a way to execute those commands by using the based image mentioned (python-311-c9s:c9s )? Or do you know if could be possible have installed these packages for CentOS Stream 9?
Thanks,