Q: 14
Given the following excerpt of a Dockerfile:
Run apt-get –y update && apt-get install –y fortunes && apt-get clean
Why are the multiple apt-get commands combined in one RUN statement instead of using multiple
RUN statements?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.