logoalt Hacker News

mrshutoday at 5:30 PM2 repliesview on HN

That is indeed a solid pushback! :)

For what its worth, this container used `python:3.12.2-slim-bookworm` and I really would not expect that sort of an image to bundle `curl` -- even if it is intended for production.


Replies

TZubiritoday at 6:43 PM

You can also use the sockets lib in that case, you depend on POSIX instead of Linux

sevenzerotoday at 5:33 PM

Ah I see so it was basically a minimal image that bundles just python? I can see why it wouldn't bundle curl! Thought it was a custom Image for some reason, hence my original comment

show 1 reply