Hey, I tried passing the command in docker build b...
# docker
a
Hey, I tried passing the command in docker build but still getting that caching package not installed.
b
It's still not really clear what you're doing, but if the error you posted came from the actual cfpm command, then you need to be asking Adobe this question.
a
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
b
> the error is from docker image i am running No, the error is from Adobe's cfpm tool. The fact that you happen to be running their failing tool in that docker image doesn't matter. Again, ask Adobe. This is their tool that's failing. No one else really knows how Adobe's tool works. Ask Adobe about their tool. Adobe does not monitor this channel. Adobe will likely not help you in this channel. Please reach out to Adobe.
a
Alright, thanks your help. I will reach to them..