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`).