79218944

Date: 2024-11-23 22:15:04
Score: 1.5
Natty:
Report link

However, if you just want to run python programs, all you need is the python binary (and the libraries your script wants to use). The binary is usually at /usr/bin/python3 or /usr/bin/python3.9

This is incorrect, python depends on a number of Linux c libs which must be present. This is particularly important if you're looking to build distroless python images as they will not be present by default.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Daniel Baron