0 votes
in Docker by

Which Dockerfile instruction can be used to install packages to our new image?

a) RUN

b) apt-get install

c) CMD

d) FROM

1 Answer

0 votes
by
a) RUN

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Apr 17 in Docker by rajeshsharma
...