I am using concourse for our build system.
Concourse caches docker images so that we don't need to go through the download process each on subsequent runs.
I want to add a binary file to the docker image which I will pull from the internet, but I only want to do it the first time the docker image is pulled and created by concourse.
Any ideas how I can do this?