Add pyyaml and kubernetes dependencies
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Lauri Võsandi 2022-08-02 16:14:43 +03:00
parent 23dec9ed6b
commit 34104dddcb

View File

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