andreamucci-pixel opened a new issue, #13024: URL: https://github.com/apache/apisix/issues/13024
### Description Hi all For company reasons i need to install apisix in OpenShift and RedHat UBI 10 image. I need to install from source code and i had some issues. 1) UBI does not use `yum `but `dnf `or in case of minimal ubi is `microdnf`. 2) because is an image on Kubernetes, does not have sudo So, if a start the make deps dommand i got the following error ` ./utils/install-dependencies.sh: line 47: sudo: command not found make: *** [Makefile:239: install-runtime] Error 127 ` There is a way to jump the yum command? or maybe a way to solve this? thanks in advance for your help ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
