StamusNetworks / scirius

Scirius is a web application for Suricata ruleset management and threat hunting.
GNU General Public License v3.0
610 stars 149 forks source link

Unable to Build Docker Image #289

Open NightXBurn opened 1 year ago

NightXBurn commented 1 year ago

I am encountering difficulties in building a Docker image using the files provided by the authors. I have followed the documented instructions carefully, but the build process is failing consistently. I am seeking assistance to resolve this issue and successfully build the Docker image.

Steps to Reproduce:

  1. Clone the repository containing the files provided by the authors.
  2. Navigate to the project directory.
  3. Open Dockerfile, in line 81 add the following text "RUN npm install -g npm@latest webpack@3.11"
  4. Run the Docker build command: docker build -t scirius
  5. Run the Docker container using the command: docker run -p 3000:8000 --name sc scirius

Expected Behavior: The Docker image should be built successfully without any errors or failures.

Actual Behavior: The container encounter an error while starting the server. The specific error message or stack trace is as follows: sqlite3.OperationalError: no such table: auth_user.

Thank you for your assistance in resolving this issue.

Best regards,