diff --git a/Dockerfile b/Dockerfile
index 99c20ffe4e6dd4d230c574808ae7920c1ca1c5cf..6990da2cfbf59d97a9f901d6b262a622f58c82dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,9 +23,9 @@ FROM registry.conarx.tech/containers/alpine/3.21
 
 
 ARG VERSION_INFO=
-LABEL org.opencontainers.image.authors   "Nigel Kukard <nkukard@conarx.tech>"
-LABEL org.opencontainers.image.version   "3.21"
-LABEL org.opencontainers.image.base.name "registry.conarx.tech/containers/alpine/3.21"
+LABEL org.opencontainers.image.authors   = "Nigel Kukard <nkukard@conarx.tech>"
+LABEL org.opencontainers.image.version   = "3.21"
+LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/3.21"
 
 
 ENV FDC_DISABLE_SUPERVISORD=true
@@ -36,7 +36,8 @@ RUN set -eux; \
 	true "Node"; \
 	apk add --no-cache \
 		git \
-		npm; \
+		npm \
+		sqlite-libs sqlite-dev; \
 	true "Cleanup"; \
 	rm -f /var/cache/apk/*