1. They shouldn't run as root (https://pythonspeed.com/articles/root-capabilities-docker-security/). 2. They should update system packages to get the latest security updates (`RUN apt-get update && apt-get -y upgrade`).
They shouldn't run as root (https://pythonspeed.com/articles/root-capabilities-docker-security/).
They should update system packages to get the latest security updates (
RUN apt-get update && apt-get -y upgrade).