From 545cada16e61f3713f742537836cbb51794f3d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 3 Aug 2022 23:53:53 +0300 Subject: [PATCH] Add regular kubernetes module --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6b62353..b72f42b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM python:alpine AS build RUN apk add --no-cache gcc make musl-dev linux-headers git \ && pip3 wheel --wheel-dir=/wheels \ + flask \ git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \ + kubernetes \ kubernetes_asyncio \ motor \ pyjwt \