]> git.ipfire.org Git - people/stevee/pakfire.git/commit
docker: Cleanup temporary files when ever they are created
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Sep 2017 21:33:50 +0000 (22:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Sep 2017 21:33:50 +0000 (22:33 +0100)
commit178d60b66a680d75450808e971ea9cebb0812088
treef92c04fa4edb12293de3d3011e2d279f22f11c50
parent5a00c7ee6bd6cfd329b1152343a04b42d28a6878
docker: Cleanup temporary files when ever they are created

docker keeps files that are deleted later still in the layer
where they have been created. To keep that to a minimum, we
can remove any temporary data where ever possible.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Dockerfile.in