Iuic, the current image will build a virtualenv and install packages through pip at runtime (first startup). This will be hard for Python packages that require compilation, like gssapi. Doing this at initial startup will require the image to include all kinds of -devel files and a compiler, which is not ideal.
What is the reason why doing this at build time is unfeasible? It might be that I just don't get it :)
Iuic, the current image will build a virtualenv and install packages through pip at runtime (first startup). This will be hard for Python packages that require compilation, like gssapi. Doing this at initial startup will require the image to include all kinds of -devel files and a compiler, which is not ideal.
What is the reason why doing this at build time is unfeasible? It might be that I just don't get it :)