this post was submitted on 24 Mar 2024
316 points (95.7% liked)

linuxmemes

20463 readers
135 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 5 months ago

Minification is a curse. Now hear me out... I've wasted so much engineering time trying to figure out why various build scripts fail in docker only to find there's a tool = $(which tool) 2>/dev/null in there eating the real error. Which is missing because someone wanted to save a 100k by not installing it the docker image base image.