From 3297e485260a63149756563078706ab514e4a3f3 Mon Sep 17 00:00:00 2001 From: Josh Burman Date: Wed, 27 Oct 2021 02:18:25 +0000 Subject: [PATCH] added pydantic, used to come natively with fastapi which we are no longer using --- .docker-compose/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index fd893b2..e8babba 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -9,6 +9,7 @@ RUN cd Cbc-2.9.8 && \ ./configure && \ make && \ make install +RUN python -m pip install pydantic RUN python -m pip install pySqsListener # Bundle app source