Add pyyaml and kubernetes dependencies
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-08-02 16:14:43 +03:00
parent 23dec9ed6b
commit 34104dddcb
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \
motor \ motor \
pyjwt \ pyjwt \
sanic \ sanic \
pyyaml \
kubernetes_asyncio \
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 git+https://github.com/Assarius/sanic-prometheus@Sanic_22
FROM python:alpine FROM python:alpine
COPY --from=build /wheels /wheels COPY --from=build /wheels /wheels