Add velebit-useful-logs
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-08-02 22:41:25 +03:00
parent 34104dddcb
commit d21fd5bd24
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
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 \
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
kubernetes_asyncio \
motor \ motor \
pyjwt \ pyjwt \
sanic \
pyyaml \ pyyaml \
kubernetes_asyncio \ sanic \
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 velebit-useful-logs
FROM python:alpine FROM python:alpine
COPY --from=build /wheels /wheels COPY --from=build /wheels /wheels
RUN pip3 install --no-index --find-links /wheels/*.whl && rm -Rfv /wheels RUN pip3 install --no-index --find-links /wheels/*.whl && rm -Rfv /wheels