C1W3 Installing Apache benchmark issue

coder@7cf78ab58099:~/project$ sudo yum install httpd-tools -y


sudo: The "no new privileges" flag is set, which prevents sudo from running as root.
sudo: If sudo is running in a container, you may need to adjust the container configuration to disable the flag.

When I try to run the above command sudo yum install httpd-tools -y to install apache benchmark, I receive an error (also stated above). What can i do?

I also tried without sudo, even yum is not present. This is an ubuntu image so this should be apt I guess but even apt does not work without sudo.

Hello @Looz93,

There is not an issue with the terminal, its just that you need to go to AWS cloudshell to run the commands in step 3.1 instead:

After you done installing you can continue with step 3.2 etc. Hope it helps