Add regular kubernetes module
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
d21fd5bd24
commit
545cada16e
@ -1,7 +1,9 @@
|
|||||||
FROM python:alpine AS build
|
FROM python:alpine AS build
|
||||||
RUN apk add --no-cache gcc make musl-dev linux-headers git \
|
RUN apk add --no-cache gcc make musl-dev linux-headers git \
|
||||||
&& pip3 wheel --wheel-dir=/wheels \
|
&& pip3 wheel --wheel-dir=/wheels \
|
||||||
|
flask \
|
||||||
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
|
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
|
||||||
|
kubernetes \
|
||||||
kubernetes_asyncio \
|
kubernetes_asyncio \
|
||||||
motor \
|
motor \
|
||||||
pyjwt \
|
pyjwt \
|
||||||
|
Loading…
Reference in New Issue
Block a user