Not quite, I also use this for deployment on my server. In that case I
don't build the container anew, but instead just pull the image. Could
probably remove it though.
sqlite-libs already comes with sqlite-dev
but then also none of the resulting dev dependencies are cleaned up at the
bottom, so go+gcc is still installed and just bloats the container size. it's
strange seeing three separate installs + two apk del invocations but still leave
this around for no reason. normally you use 2 build stages for this instead.