mikesplain / openvas-docker

A Docker container for Openvas
MIT License
768 stars 304 forks source link

"dirname: missing operand" error #262

Closed turkmenkaan closed 2 months ago

turkmenkaan commented 3 years ago

When I tried to run OpenVAS-9 with the command

docker run -d -p 443:443 -p 9390:9390 --name openvas mikesplain/openvas:9

I got the following error message

Step 1: Checking OpenVAS Scanner ...
        OK: OpenVAS Scanner is present in version 5.1.3.
        OK: OpenVAS Scanner CA Certificate is present as .
dirname: missing operand
Try 'dirname --help' for more information.
        ERROR: No server certificate file of OpenVAS Scanner found.
        FIX: Run 'openvas-mkcert -f -q'.

 ERROR: Your OpenVAS-9 installation is not yet complete!