We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FROM debian RUN apt-get install python=2.7
FROM debian RUN apt-get install -y python=2.7
Without the --assume-yes option it might be possible that the build breaks without human intervention.
--assume-yes