img icon indicating copy to clipboard operation
img copied to clipboard

Alpine version installs 400 megabytes of dependencies

Open AFakeman opened this issue 6 years ago • 2 comments

Suggested command apk add img --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing installs gcc and go, along with some other packages, and this FS layer turns out to be more than 400 megabytes. I doubt there is need for compilers in order to install a binary.

AFakeman avatar Aug 18 '19 11:08 AFakeman

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.62. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Aug 18 '19 11:08 issue-label-bot[bot]

That is because the APKBUILD requires the go package which depends on gcc.

This issue should be brought up with the Alpine Linux developers, since that is how they handle golang in their distribution.

Otherwise, I would recommend downloading the static binaries provided under releases.

oxr463 avatar Oct 01 '19 19:10 oxr463