Speed up dockerization

I went with a persistent build cache that stores the precompiled package images so that the dependencies don’t need to be recompiled every time. I followed this post.