Software environments may define environment variables which are required during deployment and others that should persist after the deployment. The handling may differ between container and bare metal deployments.
E.g. during deployment a ubuntu container sometimes requires the DEBIAN_FRONTEND=noninteractive set for a successful, automatic apt installation.
Another example would be to add folders to the user PATH. This probably also relates to #28.
Software environments may define environment variables which are required during deployment and others that should persist after the deployment. The handling may differ between container and bare metal deployments.
E.g. during deployment a ubuntu container sometimes requires the
DEBIAN_FRONTEND=noninteractiveset for a successful, automatic apt installation.Another example would be to add folders to the user PATH. This probably also relates to #28.