Skip to content

Instantly share code, notes, and snippets.

@jzelinskie
Created June 29, 2015 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzelinskie/4fbbe7a78bfe930db3da to your computer and use it in GitHub Desktop.
Save jzelinskie/4fbbe7a78bfe930db3da to your computer and use it in GitHub Desktop.
example Quay.io cache buster
# vim:ft=dockerfile
FROM phusion/baseimage:latest
# Install the dependencies.
# Change the comment on the line below to bust the cache and refresh the apt-cache.
RUN apt-get update # 24JUN2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment