Commit
1438e7a9ee2fbdb9af566602ec6c171dd08fb56b
by jreimannSpeed up the container build
Assuming the locally built artifacts changes more
frequent than the package dependencies, it makes more sense
to add the local artifacts as a last step to the container.
This will more often use cached build steps, and thus
speed up the container build process and, as image layers
can be re-use, requires less bytes to be transmitted when
pushing.
Signed-off-by: Jens Reimann <jreimann@redhat.com>