Last active
November 7, 2016 12:56
-
-
Save zbal/6724926 to your computer and use it in GitHub Desktop.
new Dockerfile based on the previous base image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM id_from_prev_build_image | |
MAINTAINER [email protected] | |
RUN apt-get update | |
RUN apt-get upgrade -y | |
RUN echo 'toto' > /test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment