Skip to content

Commit

Permalink
Fix missing CA certs
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 committed Aug 18, 2024
1 parent 691a662 commit 0d96791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone-oidc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/openstackhelm/keystone:2024.1-ubuntu_jammy

RUN apt-get -y update && apt-get install -y libapache2-mod-auth-openidc curl
RUN apt-get -y update && apt-get install -y libapache2-mod-auth-openidc curl ca-certificates
RUN update-ca-certificates

0 comments on commit 0d96791

Please sign in to comment.