Add sanic-ext
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-10-29 08:38:17 +03:00
parent b902cac2a9
commit 892152b3bf
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \
pyjwt \
pyyaml \
sanic \
sanic-ext \
ecs-logging
FROM python:alpine
COPY --from=build /wheels /wheels