daloradius
daloradius copied to clipboard
docker file issues - build process failed
I'm getting following error during the docker build process. its seems to be path related issues
Please refer to the attached image for more detail.
A new Dockerfile
, compliant with version 2.0 beta, should be created.
@filippolauria
same here, what do you mean by "a new Docker file compliant with version 2.0 beta, should be created." ?
what exactly I need to do / change in the current docker file?
thanks,
Hi @nokiaIL .
The point is this:
we are looking for people that contribute to project creating a new Dockerfile
. This Dockerfile
could be based on a Debian 11 container
, and created according to what I have written in INSTALL.debian.md
.
I don't think it is a difficult task. If you are able to do it, you contribution will be really appreciated.
Hi @filippolauria
I checked again the DockerFile , and I remembered from the old version that the files of the Radius were under /var/www/html in the current DockerFile I can see the path is pointing to /var/www/html/library/daloradius.conf.php once change the path to /var/www/html then the compose process finished but I don't see the web UI - I see a list of files
looks like the index file is missing or something like that
i will try to see if i can help here
As I said before, please refer to INSTALL.debian.md
.
Having said that, the new path is app/common/includes/daloradius.conf.php
, as you can see at step 19 of the aforementioned guide file.
will there be a fix ?