<div dir="ltr">I would like to build GDAL in an image on the basis of a dockerfile used for CI, I'm confused by the layer process that copies the build outputs for the final steps<div><br></div><div><a href="https://github.com/OSGeo/gdal/blob/master/docker/ubuntu-small/Dockerfile#L231">https://github.com/OSGeo/gdal/blob/master/docker/ubuntu-small/Dockerfile#L231</a></div><div><br></div><div>I want to be able to run that image and then do my own builds with cmake - but the layer COPY process doesn't include cmake or the other prereqs used above (to save space in the image). </div><div><br></div><div>Is it easy to include the build capability as a layer-copy step? </div><div><br></div><div>Or is this perhaps a bad idea, I'm looking for the easiest way to get a build system running with docker - I can unpick the builder/COPY process, but maybe I'm missing something easy. </div><div><br></div><div>Thank you</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Michael Sumner<br>Software and Database Engineer<br>Australian Antarctic Division<br>Hobart, Australia<br>e-mail: <a href="mailto:mdsumner@gmail.com" target="_blank">mdsumner@gmail.com</a></div></div></div>