"no new privileges" flag is set error in Introduction to Data Engineering C1W3 lab

In the “intro to data engineering’ course, in the Week 3 lab, when I run the step 3.2. Install the Apache Benchmark tool, I get the following error (in the terminal):

coder@b196fb25d518:~/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.

I’m not able to proceed. Could someone please help?

@Karthik_Raman Look at the step 3.1. In Amazon Console you should find CloudShell. So on step 3.2 you should run that command in CloudShell terminal, not in your lab terminal.

Okay thanks!