Skip to content
Snippets Groups Projects
Commit 4fcad157 authored by Mark's avatar Mark
Browse files

Fix pipeline

use hydra v1.8
Add additional deps
parent 5a43fed0
No related branches found
No related tags found
2 merge requests!43Merge master into 0.2 branch,!37Fix pipeline
Pipeline #6188 passed with stages
in 8 minutes and 8 seconds
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
......@@ -87,7 +87,7 @@ behave-integration:
alias: consent
- name: ${CI_REGISTRY_IMAGE}/logout_provider:${CI_COMMIT_REF_NAME}
alias: logout
- name: oryd/hydra:latest
- name: docker.io/oryd/hydra:v1.8
alias: hydra
command:
- serve
......
......@@ -10,6 +10,8 @@ RUN apk --no-cache add \
libc-dev \
openssl-dev \
bash \
rust \
cargo \
gcc
RUN pip3 install --no-cache-dir -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment