Open michaelarnauts opened 6 years ago
Is there a reason why the Dockerfile was changed in cfe243279d352b802ccaf64e7f996fd629a0ebab?
The original chaining with && is better since it keeps it all in one layer.
&&
More information here: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
Is there a reason why the Dockerfile was changed in cfe243279d352b802ccaf64e7f996fd629a0ebab?
The original chaining with
&&
is better since it keeps it all in one layer.More information here: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run