Hacker News new | ask | show | jobs
by simcop2387 2245 days ago
The packages installed in the builders are essentially never used since it never runs. The builder makes the files to install in the final container during the build phase, and then gets thrown away.
1 comments

Oh, of course. Brainfart there.