Add regular kubernetes module
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-08-03 23:53:53 +03:00
parent d21fd5bd24
commit 545cada16e
1 changed files with 2 additions and 0 deletions

View File

@ -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 \