Skip to content

Docker Build Failing with TTY & SQLite Errors #160

Description

@thread-koder

Description

The Docker build is currently failing with multiple warnings and critical errors related to missing dependencies and TTY handling. The issue occurs during the yarn install step inside the Docker container, which blocks the build process.

Tasks

  • Debug and fix the issue related to the TTY handling and better-sqlite3 module
  • Add a minimal Nuxt Content config to suppress default fallback behavior.
  • (Optional) Track or replace @nuxt/robots due to lack of support for Nuxt Content v3.

🔍 Logs

[@nuxt/content]  WARN  No content configuration found, falling back to default collection. 
[@nuxt/robots]   WARN  Nuxt Robots does not work with Nuxt Content v3 yet, the integration will be disabled. 

[@nuxt/content] ERROR  Nuxt Content requires better-sqlite3 module to operate.

ERROR  TTY initialization failed: uv_tty_init returned EINVAL (invalid argument)

...
error Command failed with exit code 1.
The command '/bin/sh -c yarn install' returned a non-zero code: 1
exit status 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions