From 34104dddcb0485702026457c5728ba4fcb7bfbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 2 Aug 2022 16:14:43 +0300 Subject: [PATCH] Add pyyaml and kubernetes dependencies --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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