the error is from docker image i am running ortussolutions/commandbox:adobe2021-3.8.0
I needed packages to be installed when docker image runs..I tried downloading the package during docker build via command :
box cfpm import caching,xxxx
Also, I tried passing env as CFPM _INSTALL=caching,xxxx
This is one of the error while running docker image.
The caching package is not installed.You can install package through CLI package manager (/app/WEB-INF/cfusion/bin/cfpm.sh) by running the command : install caching. The specific sequence of files included or processed is: /app/front.cfm
So, when docker images run this packages are not getting installed