Remove build dependencies to lighten docker image
Removing git
, musl-dev
, gcc
and make
at the end of docker image build to save some space.
It needs further testing to confirm it's breaking nothing.
Removing git
, musl-dev
, gcc
and make
at the end of docker image build to save some space.
It needs further testing to confirm it's breaking nothing.