Q. What does the `RUN` instruction do in a Dockerfile?
β
Correct Answer: (C)
Executes a command at image build time
Explanation: `RUN` is used to execute commands while building the image.