All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
-y
Without the -y/--assume-yes option it might be possible for the build to break without human intervention.
--assume-yes
FROM debian:buster RUN apt-get install python=2.7
FROM debian:buster RUN apt-get install -y python=2.7