When `make docker-image` is run, gcc:8.0 is started, followed by golang1.11.0, and then mysql:5.7.22 is used to build the final image. Can we use multi-stage build to simplify?