I noticed when I try to use docker ( Fig mainly ) to install a new pip package, it does not actually maintain on the system. I must rebuild and install the pip package from requirements.txt
I tried running fig run web pip install django
and I see the package install, but every time I run the command it reinstalls without prompting to upgrade ( So I know the package install did not stick )
Is this just the inherit design of Docker? I'm confused why building is always necessary