Dockerfile | no-install
Why should we not simply use the instruction "RUN apt-get update && apt-get -y install" in our Dockerfile? ๐จ๐ปโ๐ปTo avoid the installation of recommended packages and to reduce the si...