Q1 Single choice Flag Refer to the exhibit.Which line of code completes the Dockerfile? A RUN chmod 777 /usr/bin/sample.py B RUN chown root:root /usr/bin/sample.py C WORKDIR /usr/bin D USER root Correct answer