Closed
Description
imager.factor
is currently installed as a full vocabulary before being run during the docker build process, and is never removed. It is not required, or ever used after the build process, and so there is no reason for it to be installed as a vocabulary.
Instead, it should be run as a one-time script instead of being installed as a vocabulary. This will save some (trivial amount) of memory, simplify the build process, and prevent from polluting the vocabulary namespace.