[GH-ISSUE #402] sqlite3 in docker image missing #226

Closed
opened 2026-03-13 16:12:04 +03:00 by kerem · 3 comments
Owner

Originally created by @remopini on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/402

root:/opt/docker/acmedns# docker compose up
WARN[0000] No services to build                         
Attaching to acmedns-1
acmedns-1  | 2026-02-06T17:56:36.547Z	info	Using config file	{"file": "/etc/acme-dns/config.cfg"}
acmedns-1  | 2026-02-06T17:56:36.547Z	info	Starting up
...
acmedns-1  | 2026-02-06T17:56:36.547Z	info	Starting DNS listener	{"addr": "0.0.0.0:53", "proto": "udp"}
acmedns-1  | 2026-02-06T17:56:36.548Z	info	Starting DNS listener	{"addr": "0.0.0.0:53", "proto": "tcp"}
acmedns-1  | 2026-02-06T17:56:36.548Z	error	sql: unknown driver "sqlite3" (forgotten import?)
acmedns-1  | 2026-02-06T17:56:36.548Z	info	Listening HTTP	{"host": "0.0.0.0:80"}

There seems to be a missing reference/import for sqlite3 in the latest docker image? Or am I missing something?

Originally created by @remopini on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/402 ``` root:/opt/docker/acmedns# docker compose up WARN[0000] No services to build Attaching to acmedns-1 acmedns-1 | 2026-02-06T17:56:36.547Z info Using config file {"file": "/etc/acme-dns/config.cfg"} acmedns-1 | 2026-02-06T17:56:36.547Z info Starting up ... acmedns-1 | 2026-02-06T17:56:36.547Z info Starting DNS listener {"addr": "0.0.0.0:53", "proto": "udp"} acmedns-1 | 2026-02-06T17:56:36.548Z info Starting DNS listener {"addr": "0.0.0.0:53", "proto": "tcp"} acmedns-1 | 2026-02-06T17:56:36.548Z error sql: unknown driver "sqlite3" (forgotten import?) acmedns-1 | 2026-02-06T17:56:36.548Z info Listening HTTP {"host": "0.0.0.0:80"} ``` There seems to be a missing reference/import for sqlite3 in the latest docker image? Or am I missing something?
kerem closed this issue 2026-03-13 16:12:10 +03:00
Author
Owner

@cpu commented on GitHub (Feb 6, 2026):

Or am I missing something?

I think this is a dupe of https://github.com/acme-dns/acme-dns/issues/401

<!-- gh-comment-id:3861896597 --> @cpu commented on GitHub (Feb 6, 2026): > Or am I missing something? I think this is a dupe of https://github.com/acme-dns/acme-dns/issues/401
Author
Owner

@remopini commented on GitHub (Feb 6, 2026):

It is... sorry for that...

<!-- gh-comment-id:3861931494 --> @remopini commented on GitHub (Feb 6, 2026): It is... sorry for that...
Author
Owner

@cpu commented on GitHub (Feb 6, 2026):

No need to be sorry, just happened to see both issues and wanted to point you in the right direction :-)

<!-- gh-comment-id:3861968009 --> @cpu commented on GitHub (Feb 6, 2026): No need to be sorry, just happened to see both issues and wanted to point you in the right direction :-)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#226
No description provided.