Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: use
apt-get --assume-yes
in Dockerfile
This little change makes it even easier for someone to create their own Dockerfile: they simply copy an example and start listing the packages they need. Without `--assume-yes`, `apt-get install` will try to interactively ask for confirmation, and fail since `docker build` runs it in a non-interactive environment.
- Loading branch information