selenium-docker
                                
                                 selenium-docker copied to clipboard
                                
                                    selenium-docker copied to clipboard
                            
                            
                            
                        Unable to download/install curl and JQ in any linu
To introduce a pause between the Selenium Grid container run and the automation project container run, I've implemented a script that checks the grid status. Depending on the status, it triggers the automation project container. The script utilizes Curl and Jq, so the container needs to have both installed. Problem: Our main challenge is the inability to install Curl and Jq in any Linux container. I tried with multiple linux containers but its not working. Image that currently I am using: openjdk:17-ea-jdk-oraclelinux7.
Please guide me to solve this problem.