Skip to content

Instantly share code, notes, and snippets.

@zbal
Last active November 7, 2016 12:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbal/6724926 to your computer and use it in GitHub Desktop.
Save zbal/6724926 to your computer and use it in GitHub Desktop.
new Dockerfile based on the previous base image
FROM id_from_prev_build_image
MAINTAINER me@example.com
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