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

This commit is contained in:
Lauri Võsandi 2022-10-29 11:17:04 +03:00
parent 892152b3bf
commit 9b86cda7db
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

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