use py3-authlib from stable repo
This commit is contained in:
parent
1dbb7ec32d
commit
2ff69b5349
@ -25,14 +25,12 @@ RUN apk add --no-cache \
|
|||||||
py3-pip \
|
py3-pip \
|
||||||
py3-psycopg2 \
|
py3-psycopg2 \
|
||||||
py3-jinja2 \
|
py3-jinja2 \
|
||||||
|
py3-authlib \
|
||||||
libffi \
|
libffi \
|
||||||
openssl \
|
openssl \
|
||||||
zlib \
|
zlib \
|
||||||
jpeg
|
jpeg
|
||||||
|
|
||||||
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \
|
|
||||||
py3-authlib
|
|
||||||
|
|
||||||
|
|
||||||
RUN mkdir /tmp/wheels
|
RUN mkdir /tmp/wheels
|
||||||
COPY --from=builder /*.whl /tmp/wheels/
|
COPY --from=builder /*.whl /tmp/wheels/
|
||||||
|
Loading…
Reference in New Issue
Block a user