-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
I wanted to share something I looked into to try and speed up the alpine build that ultimately failed. I tried to see if the potential of using multi-stage builds with a pre-built alpine image with all the dependencies would reduce the build time. It turns out that the installing of dependencies only takes 35s so there is not gains to be made here.
Reactions are currently unavailable