update oidc configuration
This commit is contained in:
parent
881f49852f
commit
7aa2b42a23
2 changed files with 12 additions and 8 deletions
|
@ -29,6 +29,10 @@ RUN apk add --no-cache \
|
|||
zlib \
|
||||
jpeg
|
||||
|
||||
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \
|
||||
py3-authlib
|
||||
|
||||
|
||||
RUN mkdir /tmp/wheels
|
||||
COPY --from=builder /*.whl /tmp/wheels/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue