Skip to content

Commit

Permalink
Merge pull request #639 from Security-Onion-Solutions/jertel/wip
Browse files Browse the repository at this point in the history
add CA certs since they aren't included by default in 24.10
  • Loading branch information
TOoSmOotH authored Sep 23, 2024
2 parents e7d5c8f + 8a57c7b commit 75b35ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.kratos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75b35ce

Please sign in to comment.