Skip to content

Commit

Permalink
fix: broken OIDC compliance images (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored Mar 1, 2023
1 parent 9cee50b commit 50bc1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN wget https://gitlab.com/openid/conformance-suite/-/archive/release-v4.1.4/co

RUN mvn -B clean package -DskipTests && \
apt-get update && apt-get install -y \
redir ca-certificates && \
redir ca-certificates

COPY ssl/ory-conformity.crt /etc/ssl/certs/
COPY ssl/ory-conformity.key /etc/ssl/private/
Expand Down

0 comments on commit 50bc1b4

Please sign in to comment.