Skip to content

perf: remove SQLite CLI from container image - #13

Open
chestercheng wants to merge 1 commit into
feat/postgresql-supportfrom
perf/docker-image-cleanup
Open

perf: remove SQLite CLI from container image#13
chestercheng wants to merge 1 commit into
feat/postgresql-supportfrom
perf/docker-image-cleanup

Conversation

@chestercheng

Copy link
Copy Markdown
Contributor

Summary

  • Remove the unused sqlite3 command-line package from the runtime image.
  • Remove the apt installation layer.
  • Update deployment documentation.

Validation

  • docker build --no-cache --tag argus:stack-check .
  • uv run ruff check .
  • uv run ruff format --check .

Depends on #12.

Use Python's built-in sqlite3 module without installing the unused command-line tool. This removes an apt layer and reduces runtime image contents.

Signed-off-by: chestercheng <hi@chester.ch>
@chestercheng
chestercheng requested a review from iefiru August 12, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant