Which Dockerfile instruction can be used to install packages to our new image?
a) RUN
b) apt-get install
c) CMD
d) FROM