From 8a57c7bd2c97afe497cacb1007ae83d7c66a3b13 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 23 Sep 2024 14:05:17 -0400 Subject: [PATCH] add CA certs since they aren't included by default in 24.10 --- Dockerfile.kratos | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.kratos b/Dockerfile.kratos index 3fbf703c..c7f5a840 100644 --- a/Dockerfile.kratos +++ b/Dockerfile.kratos @@ -36,6 +36,8 @@ FROM ghcr.io/security-onion-solutions/ubuntu:24.10 RUN apt-get update && apt-get upgrade -y +RUN apt-get update && apt-get install -y ca-certificates + ENV DSN=sqlite:///kratos-data/db.sqlite?_fk=true ARG UID=928