- RUN
Docker RUN
Execute some command during the creation of the Docker image.
RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y some-package
Execute some command during the creation of the Docker image.
RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y some-package