diff --git a/Dockerfile b/Dockerfile index d814bce..dcf2f19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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