Shrink and optimize container image
This PR reduces the image size from 25MB to 17MB, by replacing the alpine base image with a scatch container and reduces the build time from 12 Minutes to 2, by using the docker crosscompile feature instead of cross compiling the full image.
Edited by Jonas Leder