Docker

Docker

Made by DeepSource

Use the -y switch DOK-DL3014

Bug risk
Major

Without the -y/--assume-yes option it might be possible for the build to break without human intervention.

Bad Practice

FROM debian:buster
RUN apt-get install python=2.7

Recommended

FROM debian:buster
RUN apt-get install -y python=2.7