I was trying to install Photon by pulling the docker image. But when I run docker build -t photon .
I am getting the below error.
---> Running in 3076fb42ef8bERROR: Unable to read database state: No such file or directoryERROR: Failed to open apk database: No such file or directoryThe command '/bin/sh -c apk add git && git clone https://github.com/s0md3v/Photon.git Photon' returned a non-zero code: 99
I observed the same error before when I tried to install some other application. So, I am guessing this is not something specific to Photon. What is causing this error? How to fix this?