How can i build pure python only supported IDE, as i have seen while building Image using Dockerfile provide in Theia-Python-Docker , there are some unnecessary(specifically i don’t want those)
packages like gcc, g++, or some other random stuff
How can i remove all those so that i can minimize Docker Image Size
TIA