From 892152b3bf6170b506e5832f9787762fb9c3557f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 29 Oct 2022 08:38:17 +0300 Subject: [PATCH] Add sanic-ext --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9fc4a0b..57cb51b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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