Skip to content

123 dockerfile run mount

Martin Schwenke requested to merge 123_dockerfile_run_mount into master

image building is a little bit faster and the image a little bit smaller. Use mount-feature (type=cache) for RUN statements which use pip to install packages or create wheel packages. Use mount-feature (type=bind) to reach the former created wheel files while installing them in the base stage.

Merge request reports